summaryrefslogtreecommitdiff
path: root/src/core/arm/interpreter/arm_interpreter.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* arm: Adios armemuGravatar Lioncash2015-01-311-114/+0
* Move ThreadContext to core/core.h and deal with the falloutGravatar Yuri Kunde Schlesner2015-01-091-2/+4
* ARM: Add a mechanism for faking CPU time elapsed during HLE.Gravatar bunnei2014-12-251-46/+5
* License changeGravatar purpasmart962014-12-201-1/+1
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Gravatar Emmanuel Gil Peyrot2014-11-191-2/+2
* ARM: Removed unnecessary and unused SkyEye MMU code.Gravatar bunnei2014-10-251-1/+0
* ARM: Reorganized file structure to move shared SkyEye code to a more common a...Gravatar bunnei2014-10-251-2/+2
* Threading: Fix thread starting to execute first instruction correctly.Gravatar bunnei2014-08-281-1/+1
* ARM: Synchronize Citra's SkyEye core with 3dmoo's.Gravatar bunnei2014-07-231-1/+5
* arm: fixed a bug where ARM_Interpreter::ExecuteInstructions was actually exec...Gravatar bunnei2014-06-051-1/+1
* arm: fixed bug in how thread context switch occurs with SkyEyeGravatar bunnei2014-06-051-2/+5
* arm: added option to prepare CPU core (while mid-instruction) for thread resc...Gravatar bunnei2014-06-011-0/+5
* arm_interpreter: fixed load context to currently resume a threadGravatar bunnei2014-05-221-1/+4
* ARM_Interpreter/ARM_Interface: Fixed member variable naming to be consistent ...Gravatar bunnei2014-05-201-39/+39
* ARM_Interface: added SaveContext and LoadContext functions for HLE thread swi...Gravatar bunnei2014-05-201-0/+36
* Merge branch 'master' into threadingGravatar bunnei2014-05-171-12/+7
|\
| * updated how we call ARM core to make things much fasterGravatar bunnei2014-05-171-12/+7
* | Merge master into threading to add support for VFPGravatar bunnei2014-05-161-1/+1
|\|
| * fixed include pathGravatar bunnei2014-05-161-1/+1
* | added option to set CPSR register to arm_interfaceGravatar bunnei2014-05-111-0/+8
|/
* cleaned up arm_interface, added a setter to set registers for use with HLE re...Gravatar bunnei2014-04-101-4/+35
* fixed licensing and updated code style naming for arm_interface/arm_interpret...Gravatar bunnei2014-04-081-55/+38
* got rid of 'src' folders in each sub-projectGravatar bunnei2014-04-081-0/+86