summaryrefslogtreecommitdiff
path: root/src/core/arm (follow)
Commit message (Expand)AuthorAgeFilesLines
* added a module to load symbol map files for debuggingGravatar bunnei2014-04-302-0/+46
* removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable classGravatar bunnei2014-04-272-3/+1
* removed commented out line - this was for an unimplemented MRC call, no longe...Gravatar bunnei2014-04-271-1/+0
* moved HLE::MRC to its own module, added support for catching data synchroniza...Gravatar bunnei2014-04-252-3/+5
* added disassembly to unimplemented instructionGravatar bunnei2014-04-251-1/+6
* fixes to build on linuxGravatar bunnei2014-04-221-0/+2
* - added HLE to connect to "srv:" serviceGravatar bunnei2014-04-121-33/+35
* hacked CPU interpreter to ignore branch on SVC instruction (as we are HLEing ...Gravatar bunnei2014-04-121-2/+6
* added a SETABORT method that does not update LR (for HLE'd SVC that does not ...Gravatar bunnei2014-04-121-0/+11
* base code to call a syscall from ARM11 appcoreGravatar bunnei2014-04-101-0/+3
* missed this file with commit 95e5436fGravatar bunnei2014-04-101-1/+10
* cleaned up arm_interface, added a setter to set registers for use with HLE re...Gravatar bunnei2014-04-102-6/+70
* fixed licensing and updated code style naming for arm_interface/arm_interpret...Gravatar bunnei2014-04-083-94/+57
* fixed project includes to use new directory structureGravatar bunnei2014-04-0810-27/+27
* got rid of 'src' folders in each sub-projectGravatar bunnei2014-04-0825-0/+15528