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.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
arm_interface: Implement interface for retrieving VFP registers
Lioncash
2015-08-07
1
-0
/
+16
*
dyncom: Use std::array for register arrays
Lioncash
2015-07-26
1
-4
/
+4
*
dyncom: Use ARMul_State as an object
Lioncash
2015-07-26
1
-10
/
+1
*
dyncom: Remove unnecessary initialization code.
Lioncash
2015-07-26
1
-7
/
+0
*
dyncom: Remove unnecessary abort-related cruft
Lioncash
2015-07-26
1
-3
/
+0
*
dyncom: Rename armdefs.h to armstate.h
Lioncash
2015-07-26
1
-1
/
+1
*
dyncom: Move helper functions to their own header
Lioncash
2015-07-26
1
-0
/
+1
*
dyncom: Get rid of armemu.h
Lioncash
2015-05-24
1
-1
/
+1
*
Remove unnecessary dyncom header files
Lioncash
2015-05-08
1
-5
/
+0
*
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-07
1
-0
/
+2
*
Dyncom: Move cream cache to ARMul_State.
bunnei
2015-05-02
1
-1
/
+3
*
dyncom: Remove more unused/unnecessary code
Lioncash
2015-04-20
1
-6
/
+0
*
arm_interface: Support retrieval/storage to CP15 registers
Lioncash
2015-04-06
1
-0
/
+8
*
arm_interface: Get rid of GetTicks.
Lioncash
2015-03-16
1
-5
/
+0
*
dyncom: Switch the app and system cores into the correct mode at initialization
Lioncash
2015-02-13
1
-1
/
+5
*
dyncom: Clean up the constructor
Lioncash
2015-02-13
1
-7
/
+4
*
arm: Remove ARMul_EmulateInit
Lioncash
2015-02-12
1
-6
/
+1
*
arm: Get rid of some magic constants. Specify proper ARM mode.
Lioncash
2015-02-11
1
-2
/
+2
*
Scheduler refactor Pt. 1
Kevin Hartman
2015-02-10
1
-0
/
+10
*
arm: Clean up ARMul_State
Lioncash
2015-02-01
1
-6
/
+3
*
arm: Get rid of armcpu.h and skyeye_types.h
Lioncash
2015-01-30
1
-1
/
+0
*
Move ThreadContext to core/core.h and deal with the fallout
Yuri Kunde Schlesner
2015-01-09
1
-2
/
+3
*
DynCom: Add a comment to GetTicks.
Subv
2015-01-09
1
-0
/
+1
*
Timing: Use CoreTiming::GetTicks to keep track of ticks.
Subv
2015-01-09
1
-3
/
+2
*
CoreTiming: Ported the CoreTiming namespace from PPSSPP
Subv
2015-01-07
1
-1
/
+7
*
ARM: Add a mechanism for faking CPU time elapsed during HLE.
bunnei
2014-12-26
1
-45
/
+4
*
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
-2
/
+2
*
ARM: Fixed dyncom to use reg15 for PC (this core doesn't use pc variable).
bunnei
2014-11-12
1
-2
/
+2
*
ARM: Fixed several dyncom bugs.
bunnei
2014-11-12
1
-2
/
+5
*
ARM: Removed unnecessary and unused SkyEye MMU code.
bunnei
2014-10-25
1
-1
/
+0
*
ARM: Integrate SkyEye faster "dyncom" interpreter.
bunnei
2014-10-25
1
-0
/
+164