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
/
memory
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-11-27
core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class
Lioncash
1
-1
/
+1
2019-11-27
core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class
Lioncash
2
-5
/
+4
2019-11-27
core_timing: Use better reference tracking for EventType. (#3159)
bunnei
2
-2
/
+3
2019-10-18
dmnt_cheat_vm: Correct register Restore and ClearRegs behavior
Lioncash
1
-2
/
+2
2019-10-17
core/memory/cheat_engine: Resolve -Wreorder warnings
Lioncash
1
-4
/
+3
2019-09-22
dmnt_cheat_vm: Default initialize structure values
Zach Hilman
2
-87
/
+87
2019-09-22
dmnt_cheat_vm: Make Cheat VM compliant to code style
Zach Hilman
3
-868
/
+861
2019-09-22
cheat_engine: Move to memory and strip VM
Zach Hilman
2
-0
/
+320
2019-09-22
memory: Port Atmosphere's DmntCheatVm
Zach Hilman
3
-0
/
+1598
2019-06-21
core: Move Freezer class to tools namespace
Zach Hilman
2
-263
/
+0
2019-06-21
freezer: Add documentation for methods
Zach Hilman
2
-30
/
+49
2019-06-21
memory: Add class to manage and enforce memory freezing
Zach Hilman
2
-0
/
+244