summaryrefslogtreecommitdiffstats
path: root/src/core/memory/cheat_engine.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-09-22dmnt_cheat_vm: Make Cheat VM compliant to code styleZach Hilman1-3/+3
2019-09-22cheat_engine: Move to memory and strip VMZach Hilman1-0/+234
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.