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
/
dynarmic
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-02-03
arm_dynarmic: Update memory interface
MerryMage
1
-10
/
+10
2017-02-03
arm_dynarmic: CP15 support
MerryMage
4
-5
/
+128
2016-12-22
arm_dynarmic: Provide MemoryReadCode callback
MerryMage
1
-0
/
+1
2016-12-22
ThreadContext: Move from "core" to "arm_interface".
bunnei
2
-8
/
+4
2016-12-11
Core: Add a forgotten #include <cstring> for memcpy.
Emmanuel Gil Peyrot
1
-0
/
+1
2016-11-26
dynarmic: Add ticks based on ticks executed, not ticks requested
MerryMage
1
-2
/
+2
2016-11-25
Expose page table to dynarmic for optimized reads and writes to the JIT
James Rowe
1
-0
/
+1
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
1
-1
/
+1
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2
-7
/
+2
2016-09-15
arm_dynarmic: Implement GetVFPSystemReg/SetVFPSystemReg.
bunnei
1
-5
/
+12
2016-09-15
arm: ResetContext shouldn't be part of ARM_Interface.
bunnei
2
-10
/
+0
2016-09-15
arm_dynarmic/arm_dyncom: Remove unnecessary "virtual" keyword.
bunnei
1
-1
/
+1
2016-09-15
dynarmic: Implement ARM CPU interface.
bunnei
2
-0
/
+227