aboutsummaryrefslogtreecommitdiff
path: root/src/core/arm/interpreter/armemu.cpp
AgeCommit message (Collapse)Author
2014-07-23ARM: Synchronize Citra's SkyEye core with 3dmoo's.bunnei
2014-06-04arm: reverting a change made with cb0663de - this has to have been a typo!bunnei
2014-05-29arm: removed unnecessary code when calling SVC from skyeyebunnei
2014-05-20armemu: missed rename of "Syscall" to "SVC"bunnei
2014-05-17ignore thumbemu 0xDEADCODE debugging catch on MCRbunnei
2014-05-17updated how we call ARM core to make things much fasterbunnei
2014-05-16- removed unused stubbed out codebunnei
- fixed some compiler issues with xscale_copro when porting code to Windows - fixed some #include's
2014-05-06- disable strict alignment on LDRD/STRDbunnei
- handle RD in STREX/STREXB
2014-04-27removed commented out line - this was for an unimplemented MRC call, no ↵bunnei
longer need to leave this here
2014-04-25moved HLE::MRC to its own module, added support for catching data ↵bunnei
synchronization barrier command
2014-04-10base code to call a syscall from ARM11 appcorebunnei
2014-04-08got rid of 'src' folders in each sub-projectbunnei