summaryrefslogtreecommitdiffstats
path: root/src/core/arm/interpreter/arm_interpreter.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ARM: Add a mechanism for faking CPU time elapsed during HLE.bunnei2014-12-261-46/+5
| | | | - Also a few cleanups.
* License changepurpasmart962014-12-211-1/+1
|
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot2014-11-191-2/+2
|
* ARM: Removed unnecessary and unused SkyEye MMU code.bunnei2014-10-251-1/+0
| | | | Added license header back in. I originally removed this because I mostly rewrote the file, but meh
* ARM: Reorganized file structure to move shared SkyEye code to a more common area.bunnei2014-10-251-2/+2
| | | | Removed s_ prefix
* Threading: Fix thread starting to execute first instruction correctly.bunnei2014-08-281-1/+1
|
* ARM: Synchronize Citra's SkyEye core with 3dmoo's.bunnei2014-07-241-1/+5
|
* arm: fixed a bug where ARM_Interpreter::ExecuteInstructions was actually executing one more instruction than expectedbunnei2014-06-051-1/+1
|
* arm: fixed bug in how thread context switch occurs with SkyEyebunnei2014-06-051-2/+5
|
* arm: added option to prepare CPU core (while mid-instruction) for thread reschedulebunnei2014-06-021-0/+5
|
* arm_interpreter: fixed load context to currently resume a threadbunnei2014-05-231-1/+4
|
* ARM_Interpreter/ARM_Interface: Fixed member variable naming to be consistent with style guidebunnei2014-05-211-39/+39
|
* ARM_Interface: added SaveContext and LoadContext functions for HLE thread switchingbunnei2014-05-211-0/+36
|
* Merge branch 'master' into threadingbunnei2014-05-171-12/+7
|\
| * updated how we call ARM core to make things much fasterbunnei2014-05-171-12/+7
| |
* | Merge master into threading to add support for VFPbunnei2014-05-171-1/+1
|\|
| * fixed include pathbunnei2014-05-161-1/+1
| |
* | added option to set CPSR register to arm_interfacebunnei2014-05-121-0/+8
|/
* cleaned up arm_interface, added a setter to set registers for use with HLE return valuesbunnei2014-04-111-4/+35
|
* fixed licensing and updated code style naming for arm_interface/arm_interpreter frontend modulebunnei2014-04-091-55/+38
|
* got rid of 'src' folders in each sub-projectbunnei2014-04-091-0/+86