aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/arm/interpreter/arm_interpreter.cpp
Commit message (Collapse)AuthorAge
* Threading: Fix thread starting to execute first instruction correctly.Gravatar bunnei2014-08-28
|
* ARM: Synchronize Citra's SkyEye core with 3dmoo's.Gravatar bunnei2014-07-23
|
* arm: fixed a bug where ARM_Interpreter::ExecuteInstructions was actually ↵Gravatar bunnei2014-06-05
| | | | executing one more instruction than expected
* arm: fixed bug in how thread context switch occurs with SkyEyeGravatar bunnei2014-06-05
|
* arm: added option to prepare CPU core (while mid-instruction) for thread ↵Gravatar bunnei2014-06-01
| | | | reschedule
* arm_interpreter: fixed load context to currently resume a threadGravatar bunnei2014-05-22
|
* ARM_Interpreter/ARM_Interface: Fixed member variable naming to be consistent ↵Gravatar bunnei2014-05-20
| | | | with style guide
* ARM_Interface: added SaveContext and LoadContext functions for HLE thread ↵Gravatar bunnei2014-05-20
| | | | switching
* Merge branch 'master' into threadingGravatar bunnei2014-05-17
|\
| * updated how we call ARM core to make things much fasterGravatar bunnei2014-05-17
| |
* | Merge master into threading to add support for VFPGravatar bunnei2014-05-16
|\|
| * fixed include pathGravatar bunnei2014-05-16
| |
* | added option to set CPSR register to arm_interfaceGravatar bunnei2014-05-11
|/
* cleaned up arm_interface, added a setter to set registers for use with HLE ↵Gravatar bunnei2014-04-10
| | | | return values
* fixed licensing and updated code style naming for ↵Gravatar bunnei2014-04-08
| | | | arm_interface/arm_interpreter frontend module
* got rid of 'src' folders in each sub-projectGravatar bunnei2014-04-08