aboutsummaryrefslogtreecommitdiff
path: root/src/core/arm/interpreter/armemu.cpp
AgeCommit message (Expand)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
2014-05-06- disable strict alignment on LDRD/STRDbunnei
2014-04-27removed commented out line - this was for an unimplemented MRC call, no longe...bunnei
2014-04-25moved HLE::MRC to its own module, added support for catching data synchroniza...bunnei
2014-04-10base code to call a syscall from ARM11 appcorebunnei
2014-04-08got rid of 'src' folders in each sub-projectbunnei