aboutsummaryrefslogtreecommitdiff
path: root/src/core/arm
AgeCommit message (Expand)Author
2014-04-30added a module to load symbol map files for debuggingbunnei
2014-04-27removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable classbunnei
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-25added disassembly to unimplemented instructionbunnei
2014-04-22fixes to build on linuxbunnei
2014-04-12- added HLE to connect to "srv:" servicebunnei
2014-04-12hacked CPU interpreter to ignore branch on SVC instruction (as we are HLEing ...bunnei
2014-04-12added a SETABORT method that does not update LR (for HLE'd SVC that does not ...bunnei
2014-04-10base code to call a syscall from ARM11 appcorebunnei
2014-04-10missed this file with commit 95e5436fbunnei
2014-04-10cleaned up arm_interface, added a setter to set registers for use with HLE re...bunnei
2014-04-08fixed licensing and updated code style naming for arm_interface/arm_interpret...bunnei
2014-04-08fixed project includes to use new directory structurebunnei
2014-04-08got rid of 'src' folders in each sub-projectbunnei