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
/
interpreter
/
arminit.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Dyncom: Move cream cache to ARMul_State.
bunnei
2015-05-02
1
-2
/
+0
*
dyncom: Remove more unused/unnecessary code
Lioncash
2015-04-20
1
-22
/
+0
*
dyncom: Remove unused/unnecessary VFP cruft
Lioncash
2015-04-18
1
-9
/
+8
*
core: Migrate 3DS-specific CP15 register setting into Init
Lioncash
2015-04-06
1
-8
/
+0
*
Move CP15 enum definitions into their own enum.
Lioncash
2015-04-06
1
-37
/
+37
*
dyncom: Properly return the value of the user RO thread register
Lioncash
2015-04-06
1
-0
/
+9
*
dyncom: Set CP15 reset values on initialization
Lioncash
2015-04-06
1
-0
/
+60
*
arm: Remove unnecessary booleans
Lioncash
2015-02-25
1
-4
/
+0
*
arm: General cleanup
Lioncash
2015-02-13
1
-1
/
+2
*
dyncom: Clean up the constructor
Lioncash
2015-02-13
1
-4
/
+3
*
arm: Remove ARMul_EmulateInit
Lioncash
2015-02-12
1
-40
/
+0
*
arm: Remove ARM26 support.
Lioncash
2015-02-11
1
-25
/
+4
*
arm: Get rid of some magic constants. Specify proper ARM mode.
Lioncash
2015-02-11
1
-1
/
+1
*
arm: Remove TRUE/FALSE defines
Lioncash
2015-02-10
1
-8
/
+6
*
arm: Clean up ARMul_State
Lioncash
2015-02-01
1
-20
/
+9
*
arm: Adios armemu
Lioncash
2015-02-01
1
-128
/
+8
*
arm: Throw out a lot of unnecessary code
Lioncash
2015-01-30
1
-261
/
+27
*
ARM: Reorganized file structure to move shared SkyEye code to a more common area.
bunnei
2014-10-25
1
-2
/
+2
*
ARM: Synchronize Citra's SkyEye core with 3dmoo's.
bunnei
2014-07-24
1
-402
/
+342
*
arm: removed include of windows.h from armdefs.h to arminit.c (only module that uses it)
bunnei
2014-05-21
1
-0
/
+3
*
fixed includes
bunnei
2014-05-16
1
-2
/
+2
*
added missing armcopro from skyeye
bunnei
2014-05-16
1
-2
/
+2
*
hacked CPU interpreter to ignore branch on SVC instruction (as we are HLEing this...)
bunnei
2014-04-12
1
-2
/
+6
*
fixed project includes to use new directory structure
bunnei
2014-04-09
1
-1
/
+1
*
got rid of 'src' folders in each sub-project
bunnei
2014-04-09
1
-0
/
+579