index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
arm
/
arm_interface.h
Age
Commit message (
Expand
)
Author
2016-05-17
Set fpscr for new threads
Jannik Vogel
2015-12-06
arm_interface: Make GetNumInstructions const
Lioncash
2015-12-06
arm_interface: directly initialize class members
Lioncash
2015-08-06
arm_interface: Implement interface for retrieving VFP registers
Lioncash
2015-05-07
Common: Remove common.h
Yuri Kunde Schlesner
2015-04-06
arm_interface: Support retrieval/storage to CP15 registers
Lioncash
2015-03-16
arm_interface: Get rid of GetTicks.
Lioncash
2015-02-09
Scheduler refactor Pt. 1
Kevin Hartman
2015-01-09
Move ThreadContext to core/core.h and deal with the fallout
Yuri Kunde Schlesner
2015-01-07
CoreTiming: Ported the CoreTiming namespace from PPSSPP
Subv
2014-12-25
ARM: Add a mechanism for faking CPU time elapsed during HLE.
bunnei
2014-12-20
License change
purpasmart96
2014-11-19
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...
Emmanuel Gil Peyrot
2014-11-14
ARM_Interface: Make destructor virtual
Lioncash
2014-06-14
Merge branch 'threading' of https://github.com/bunnei/citra
bunnei
2014-06-01
arm: added option to prepare CPU core (while mid-instruction) for thread resc...
bunnei
2014-06-01
Added 'this' reference to num_instructions field so it's properly updated,as ...
Disruption
2014-05-20
ARM_Interpreter/ARM_Interface: Fixed member variable naming to be consistent ...
bunnei
2014-05-20
ARM_Interface: added SaveContext and LoadContext functions for HLE thread swi...
bunnei
2014-05-17
Merge branch 'master' into threading
bunnei
2014-05-17
updated how we call ARM core to make things much faster
bunnei
2014-05-11
added option to set CPSR register to arm_interface
bunnei
2014-04-27
removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable class
bunnei
2014-04-10
missed this file with commit 95e5436f
bunnei
2014-04-08
fixed licensing and updated code style naming for arm_interface/arm_interpret...
bunnei
2014-04-08
fixed project includes to use new directory structure
bunnei
2014-04-08
got rid of 'src' folders in each sub-project
bunnei