summaryrefslogtreecommitdiffstats
path: root/src/core/memory/cheat_engine.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
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: 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.