summaryrefslogtreecommitdiffstats
path: root/src/core/memory (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-10-17core/memory/cheat_engine: Resolve -Wreorder warningsLioncash1-4/+3
Amends the initializer lists to be ordered in the same manner that they're declared within the class.
2019-09-22dmnt_cheat_vm: Default initialize structure valuesZach Hilman2-87/+87
2019-09-22dmnt_cheat_vm: Make Cheat VM compliant to code styleZach Hilman3-868/+861
2019-09-22cheat_engine: Move to memory and strip VMZach Hilman2-0/+320
This is to go with the Atmosphere VM port, now it just contains the callbacks needed for the interface between DmntCheatVm and yuzu, along with the cheat parsers.
2019-09-22memory: Port Atmosphere's DmntCheatVmZach Hilman3-0/+1598
This was done because the current VM contained many inaccuracies and this also allows cheats to have identical behavior between hardware and yuzu.
2019-06-21core: Move Freezer class to tools namespaceZach Hilman2-263/+0
2019-06-21freezer: Add documentation for methodsZach Hilman2-30/+49
2019-06-21memory: Add class to manage and enforce memory freezingZach Hilman2-0/+244