index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
arm
/
dyncom
/
arm_dyncom.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ThreadContext: Move from "core" to "arm_interface".
bunnei
2016-12-22
1
-6
/
+2
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
1
-2
/
+0
*
arm: ResetContext shouldn't be part of ARM_Interface.
bunnei
2016-09-15
1
-1
/
+0
*
arm_dynarmic/arm_dyncom: Remove unnecessary "virtual" keyword.
bunnei
2016-09-15
1
-1
/
+1
*
ARM: add ClearInstructionCache function
wwylele
2016-08-27
1
-0
/
+2
*
arm_interface: Implement interface for retrieving VFP registers
Lioncash
2015-08-07
1
-0
/
+4
*
dyncom: Rename armdefs.h to armstate.h
Lioncash
2015-07-26
1
-1
/
+1
*
Core: Cleanup core includes.
Emmanuel Gil Peyrot
2015-06-28
1
-0
/
+5
*
Headers: Add some forgotten overrides, thanks clang!
Emmanuel Gil Peyrot
2015-04-14
1
-1
/
+1
*
arm_interface: Support retrieval/storage to CP15 registers
Lioncash
2015-04-06
1
-0
/
+2
*
arm_interface: Get rid of GetTicks.
Lioncash
2015-03-16
1
-1
/
+0
*
dyncom: Switch the app and system cores into the correct mode at initialization
Lioncash
2015-02-13
1
-1
/
+1
*
Scheduler refactor Pt. 1
Kevin Hartman
2015-02-10
1
-56
/
+1
*
Move ThreadContext to core/core.h and deal with the fallout
Yuri Kunde Schlesner
2015-01-09
1
-2
/
+2
*
Timing: Use CoreTiming::GetTicks to keep track of ticks.
Subv
2015-01-09
1
-3
/
+0
*
ARM: Add a mechanism for faking CPU time elapsed during HLE.
bunnei
2014-12-26
1
-4
/
+10
*
License change
purpasmart96
2014-12-21
1
-1
/
+1
*
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated
Emmanuel Gil Peyrot
2014-11-19
1
-1
/
+1
*
Fix documentation of parameters
Lioncash
2014-11-18
1
-1
/
+1
*
Add `override` keyword through the code.
Yuri Kunde Schlesner
2014-10-26
1
-7
/
+7
*
ARM: Integrate SkyEye faster "dyncom" interpreter.
bunnei
2014-10-25
1
-0
/
+90