summaryrefslogtreecommitdiffstats
path: root/src/core/arm/interpreter/armemu.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-10-25ARM: Removed unused armos code from SkyEye.bunnei1-3/+0
2014-10-25ARM: Reorganized file structure to move shared SkyEye code to a more common area.bunnei1-3/+3
2014-07-24ARM: Synchronize Citra's SkyEye core with 3dmoo's.bunnei1-4898/+4320
2014-06-05arm: reverting a change made with cb0663de - this has to have been a typo!bunnei1-1/+1
2014-05-30arm: removed unnecessary code when calling SVC from skyeyebunnei1-16/+0
2014-05-21armemu: missed rename of "Syscall" to "SVC"bunnei1-1/+1
2014-05-17ignore thumbemu 0xDEADCODE debugging catch on MCRbunnei1-2/+1
2014-05-17updated how we call ARM core to make things much fasterbunnei1-1/+1
2014-05-17- removed unused stubbed out codebunnei1-11/+0
2014-05-07- disable strict alignment on LDRD/STRDbunnei1-17/+22
2014-04-28removed commented out line - this was for an unimplemented MRC call, no longer need to leave this herebunnei1-1/+0
2014-04-25moved HLE::MRC to its own module, added support for catching data synchronization barrier commandbunnei1-1/+2
2014-04-11base code to call a syscall from ARM11 appcorebunnei1-0/+3
2014-04-09got rid of 'src' folders in each sub-projectbunnei1-0/+0
2014-04-05got rid of some really poorly named macros in SkyEye corebunnei1-2/+2
2014-04-05moved arm core to interpreter directorybunnei1-0/+0
2014-04-04added thumb mode emulationbunnei1-3/+3
2014-04-02convert tabs to spacesbunnei1-5442/+5442
2014-03-30added various arm modules from skyeye to make project link OKbunnei1-4/+17
2013-09-18added ARMulator/skyeye ARM11 core to the projectShizZy1-0/+6618