summaryrefslogtreecommitdiffstats
path: root/src/core/memory/dmnt_cheat_vm.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-10-18dmnt_cheat_vm: Correct register Restore and ClearRegs behaviorLioncash1-2/+2
Previously these were performing the same behavior as the Save and ClearSaved opcode types.
2019-09-22dmnt_cheat_vm: Make Cheat VM compliant to code styleZach Hilman1-745/+751
2019-09-22memory: Port Atmosphere's DmntCheatVmZach Hilman1-0/+1206
This was done because the current VM contained many inaccuracies and this also allows cheats to have identical behavior between hardware and yuzu.