aboutsummaryrefslogtreecommitdiff
path: root/src/core/arm/arm_interface.h
AgeCommit message (Collapse)Author
2015-01-09Move ThreadContext to core/core.h and deal with the falloutYuri Kunde Schlesner
2015-01-07CoreTiming: Ported the CoreTiming namespace from PPSSPPSubv
Implemented the required calls to make it work. CoreTiming: Added a new logging class Core_Timing.
2014-12-25ARM: Add a mechanism for faking CPU time elapsed during HLE.bunnei
- Also a few cleanups.
2014-12-20License changepurpasmart96
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ↵Emmanuel Gil Peyrot
or generated
2014-11-14ARM_Interface: Make destructor virtualLioncash
Fixes some warnings on OSX.
2014-06-14Merge branch 'threading' of https://github.com/bunnei/citrabunnei
Conflicts: src/core/hle/function_wrappers.h src/core/hle/service/gsp.cpp
2014-06-01arm: added option to prepare CPU core (while mid-instruction) for thread ↵bunnei
reschedule
2014-06-01Added 'this' reference to num_instructions field so it's properly updated,as ↵Disruption
before the method was affecting the local method parameter rather than the class field
2014-05-20ARM_Interpreter/ARM_Interface: Fixed member variable naming to be consistent ↵bunnei
with style guide
2014-05-20ARM_Interface: added SaveContext and LoadContext functions for HLE thread ↵bunnei
switching
2014-05-17Merge branch 'master' into threadingbunnei
2014-05-17updated how we call ARM core to make things much fasterbunnei
2014-05-11added option to set CPSR register to arm_interfacebunnei
2014-04-27removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable classbunnei
2014-04-10missed this file with commit 95e5436fbunnei
2014-04-08fixed licensing and updated code style naming for ↵bunnei
arm_interface/arm_interpreter frontend module
2014-04-08fixed project includes to use new directory structurebunnei
2014-04-08got rid of 'src' folders in each sub-projectbunnei