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
/
dyncom
/
arm_dyncom.h
Age
Commit message (
Expand
)
Author
2015-08-06
arm_interface: Implement interface for retrieving VFP registers
Lioncash
2015-07-25
dyncom: Rename armdefs.h to armstate.h
Lioncash
2015-06-28
Core: Cleanup core includes.
Emmanuel Gil Peyrot
2015-04-14
Headers: Add some forgotten overrides, thanks clang!
Emmanuel Gil Peyrot
2015-04-06
arm_interface: Support retrieval/storage to CP15 registers
Lioncash
2015-03-16
arm_interface: Get rid of GetTicks.
Lioncash
2015-02-12
dyncom: Switch the app and system cores into the correct mode at initialization
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-08
Timing: Use CoreTiming::GetTicks to keep track of ticks.
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-18
Fix documentation of parameters
Lioncash
2014-10-26
Add `override` keyword through the code.
Yuri Kunde Schlesner
2014-10-25
ARM: Integrate SkyEye faster "dyncom" interpreter.
bunnei