aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/arm/arm_interface.h
Commit message (Collapse)AuthorAge
* ARM: Add a mechanism for faking CPU time elapsed during HLE.Gravatar bunnei2014-12-25
| | | | - Also a few cleanups.
* License changeGravatar purpasmart962014-12-20
|
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ↵Gravatar Emmanuel Gil Peyrot2014-11-19
| | | | or generated
* ARM_Interface: Make destructor virtualGravatar Lioncash2014-11-14
| | | | Fixes some warnings on OSX.
* Merge branch 'threading' of https://github.com/bunnei/citraGravatar bunnei2014-06-14
|\ | | | | | | | | | | Conflicts: src/core/hle/function_wrappers.h src/core/hle/service/gsp.cpp
| * arm: added option to prepare CPU core (while mid-instruction) for thread ↵Gravatar bunnei2014-06-01
| | | | | | | | reschedule
* | Added 'this' reference to num_instructions field so it's properly updated,as ↵Gravatar Disruption2014-06-01
|/ | | | before the method was affecting the local method parameter rather than the class field
* 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
| |
* | added option to set CPSR register to arm_interfaceGravatar bunnei2014-05-11
|/
* removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable classGravatar bunnei2014-04-27
|
* missed this file with commit 95e5436fGravatar bunnei2014-04-10
|
* fixed licensing and updated code style naming for ↵Gravatar bunnei2014-04-08
| | | | arm_interface/arm_interpreter frontend module
* fixed project includes to use new directory structureGravatar bunnei2014-04-08
|
* got rid of 'src' folders in each sub-projectGravatar bunnei2014-04-08