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
2018-01-04
arm_dynarmic: More cleanup.
bunnei
1
-6
/
+0
2018-01-04
arm_dynarmic: Gut interface until dynarmic is ready for general use.
bunnei
2
-142
/
+44
2018-01-03
arm: Remove SkyEye/Dyncom code that is ARMv6-only.
bunnei
4
-147
/
+6
2017-09-30
arm_interface: Set TLS address for dynarmic core.
bunnei
2
-0
/
+16
2017-09-30
arm: Use 64-bit addressing in a bunch of places.
bunnei
2
-52
/
+85
2017-09-30
Moved down_count to CoreTiming
Huw Pascoe
2
-10
/
+1
2017-09-25
ARM_Interface: Implement PageTableChanged
MerryMage
2
-6
/
+26
2017-09-15
CPU/Dynarmic: Disable the fast page-table access in dynarmic until it supports switching page tables at runtime.
Subv
1
-1
/
+3
2017-08-21
CPU/Dynarmic: Fixed a warning when incrementing the number of ticks in ExecuteInstructions.
Subv
1
-1
/
+1
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