yuzu/src/core/arm/interpreter
2014-04-27 18:29:51 -04:00
..
arm_interpreter.cpp cleaned up arm_interface, added a setter to set registers for use with HLE return values 2014-04-10 19:55:59 -04:00
arm_interpreter.h removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable class 2014-04-27 18:29:51 -04:00
arm_regformat.h got rid of 'src' folders in each sub-project 2014-04-08 19:25:03 -04:00
armcpu.h fixed project includes to use new directory structure 2014-04-08 20:15:08 -04:00
armdefs.h fixes to build on linux 2014-04-22 19:42:29 -07:00
armemu.cpp removed commented out line - this was for an unimplemented MRC call, no longer need to leave this here 2014-04-27 18:22:30 -04:00
armemu.h added a SETABORT method that does not update LR (for HLE'd SVC that does not jump appcore CPU to an IRQ vector) 2014-04-12 01:35:45 -04:00
arminit.cpp hacked CPU interpreter to ignore branch on SVC instruction (as we are HLEing this...) 2014-04-12 01:36:39 -04:00
armmmu.cpp got rid of 'src' folders in each sub-project 2014-04-08 19:25:03 -04:00
armmmu.h fixed project includes to use new directory structure 2014-04-08 20:15:08 -04:00
armos.cpp got rid of 'src' folders in each sub-project 2014-04-08 19:25:03 -04:00
armos.h got rid of 'src' folders in each sub-project 2014-04-08 19:25:03 -04:00
armsupp.cpp moved HLE::MRC to its own module, added support for catching data synchronization barrier command 2014-04-25 17:15:19 -04:00
armvirt.cpp got rid of 'src' folders in each sub-project 2014-04-08 19:25:03 -04:00
skyeye_defs.h fixed project includes to use new directory structure 2014-04-08 20:15:08 -04:00
thumbemu.cpp got rid of 'src' folders in each sub-project 2014-04-08 19:25:03 -04:00