| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-05-23 | dyncom: Get rid of armemu.h | Lioncash | |
| 2015-05-15 | Memmap: Re-organize memory function in two files | Yuri Kunde Schlesner | |
| memory.cpp/h contains definitions related to acessing memory and configuring the address space mem_map.cpp/h contains higher-level definitions related to configuring the address space accoording to the kernel and allocating memory. | |||
| 2015-05-01 | Dyncom: Move cream cache to ARMul_State. | bunnei | |
| 2015-04-20 | dyncom: Remove more unused/unnecessary code | Lioncash | |
| Gets rid of a sizeable amount of stuff in armdefs. | |||
| 2015-04-17 | dyncom: Remove unused/unnecessary VFP cruft | Lioncash | |
| 2015-04-06 | core: Migrate 3DS-specific CP15 register setting into Init | Lioncash | |
| 2015-04-06 | Move CP15 enum definitions into their own enum. | Lioncash | |
| Also gets rid of preprocessor mumbo-jumbo | |||
| 2015-04-06 | dyncom: Properly return the value of the user RO thread register | Lioncash | |
| 2015-04-06 | dyncom: Set CP15 reset values on initialization | Lioncash | |
| 2015-02-25 | arm: Remove unnecessary booleans | Lioncash | |
| We don't care about any of these. | |||
| 2015-02-13 | arm: General cleanup | Lioncash | |
| - Remove several typedefs for ARMul_State. - Remove unused functions - Remove unused/unnecessary headers - Removed unused enums, etc. | |||
| 2015-02-12 | dyncom: Clean up the constructor | Lioncash | |
| Some function calls aren't necessary and would be handled by regular initialization routines. | |||
| 2015-02-12 | arm: Remove ARMul_EmulateInit | Lioncash | |
| This was only used for armemu, which has since been removed. Removed components related to this as well. | |||
| 2015-02-11 | arm: Remove ARM26 support. | Lioncash | |
| This will never be used. 32-bit is the norm. | |||
| 2015-02-11 | arm: Get rid of some magic constants. Specify proper ARM mode. | Lioncash | |
| Initially, we were starting the emulator in USER26MODE, which is incorrect, this should be USER32MODE. | |||
| 2015-02-10 | arm: Remove TRUE/FALSE defines | Lioncash | |
| - Removed the Debug parameter from ARMul_State since it isn't used. - Changed ARMul_CoProInit to a void function. It always returned true. | |||
| 2015-01-31 | arm: Clean up ARMul_State | Lioncash | |
| Remove unnecessary/unused struct variables. | |||
| 2015-01-31 | arm: Adios armemu | Lioncash | |
| 2015-01-30 | arm: Throw out a lot of unnecessary code | Lioncash | |
| 2014-10-25 | ARM: Reorganized file structure to move shared SkyEye code to a more common ↵ | bunnei | |
| area. Removed s_ prefix | |||
| 2014-07-23 | ARM: Synchronize Citra's SkyEye core with 3dmoo's. | bunnei | |
| 2014-05-20 | arm: removed include of windows.h from armdefs.h to arminit.c (only module ↵ | bunnei | |
| that uses it) | |||
| 2014-05-16 | fixed includes | bunnei | |
| 2014-05-16 | added missing armcopro from skyeye | bunnei | |
| 2014-04-12 | hacked CPU interpreter to ignore branch on SVC instruction (as we are HLEing ↵ | bunnei | |
| this...) | |||
| 2014-04-08 | fixed project includes to use new directory structure | bunnei | |
| 2014-04-08 | got rid of 'src' folders in each sub-project | bunnei | |
