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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-12-13
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
1
-99
/
+101
2014-11-29
dyncom: Use unordered_map rather than the terrible 2-level bb_map
Yuri Kunde Schlesner
1
-33
/
+15
2014-11-29
arm_dyncom_interpreter: Get rid of unused var warnings
Lioncash
1
-4
/
+2
2014-11-19
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated
Emmanuel Gil Peyrot
3
-4
/
+4
2014-11-18
Fix documentation of parameters
Lioncash
1
-1
/
+1
2014-11-12
ARM: Fixed dyncom to use reg15 for PC (this core doesn't use pc variable).
bunnei
1
-2
/
+2
2014-11-12
ARM: Removed unnecessary goto with each instruction.
bunnei
1
-43
/
+39
2014-11-12
ARM: Fixed several dyncom bugs.
bunnei
3
-17
/
+25
2014-10-26
Add `override` keyword through the code.
Yuri Kunde Schlesner
1
-7
/
+7
2014-10-25
ARM: Removed unnecessary and unused SkyEye MMU code.
bunnei
1
-1
/
+0
2014-10-25
ARM: Updated dyncom core to use fast label lookup table on clang.
bunnei
1
-3
/
+7
2014-10-25
ARM: Integrate SkyEye faster "dyncom" interpreter.
bunnei
10
-0
/
+8124