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
/
arm_dynarmic.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
arm_dynarmic: Make MakeJit() a const member function
Lioncash
2018-07-24
1
-1
/
+1
*
exclusive_monitor: Use consistent type alias for u64
Lioncash
2018-07-24
1
-7
/
+6
*
Implement exclusive monitor
MerryMage
2018-07-22
1
-1
/
+29
*
CPU: Save and restore the TPIDR_EL0 system register on every context switch.
Subv
2018-07-21
1
-0
/
+2
*
scheduler: Clear exclusive state when switching contexts
MerryMage
2018-07-16
1
-0
/
+1
*
Merge pull request #193 from N00byKing/3184_2_robotic_boogaloo
bunnei
2018-03-19
1
-1
/
+4
|
\
|
*
Implements citra-emu/citra#3184
N00byKing
2018-02-25
1
-1
/
+4
*
|
arm_interface: Support unmapping previously mapped memory.
bunnei
2018-03-16
1
-1
/
+1
|
/
*
dynarmic: Update to 41ae12263
MerryMage
2018-02-09
1
-1
/
+1
*
yuzu: Update license text to be consistent across project.
bunnei
2018-01-13
1
-1
/
+1
*
arm_dynarmic: Implement core
MerryMage
2018-01-12
1
-2
/
+14
*
arm_dynarmic: More cleanup.
bunnei
2018-01-04
1
-6
/
+0
*
arm_dynarmic: Gut interface until dynarmic is ready for general use.
bunnei
2018-01-04
1
-8
/
+3
*
arm: Remove SkyEye/Dyncom code that is ARMv6-only.
bunnei
2018-01-03
1
-6
/
+1
*
Merge remote-tracking branch 'upstream/master' into nx
bunnei
2017-10-10
1
-4
/
+13
|
\
|
*
Moved down_count to CoreTiming
Huw Pascoe
2017-09-30
1
-2
/
+0
|
*
ARM_Interface: Implement PageTableChanged
MerryMage
2017-09-25
1
-1
/
+9
*
|
arm_interface: Set TLS address for dynarmic core.
bunnei
2017-09-30
1
-0
/
+2
*
|
arm: Use 64-bit addressing in a bunch of places.
bunnei
2017-09-30
1
-4
/
+4
|
/
*
arm_dynarmic: CP15 support
MerryMage
2017-02-03
1
-1
/
+1
*
ThreadContext: Move from "core" to "arm_interface".
bunnei
2016-12-22
1
-6
/
+2
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
1
-3
/
+0
*
arm: ResetContext shouldn't be part of ARM_Interface.
bunnei
2016-09-15
1
-1
/
+0
*
arm_dynarmic/arm_dyncom: Remove unnecessary "virtual" keyword.
bunnei
2016-09-15
1
-1
/
+1
*
dynarmic: Implement ARM CPU interface.
bunnei
2016-09-15
1
-0
/
+51