summaryrefslogtreecommitdiffstats
path: root/src/core/memory/cheat_engine.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* core/memory/cheat_engine: Resolve -Wreorder warningsLioncash2019-10-171-4/+3
| | | | | Amends the initializer lists to be ordered in the same manner that they're declared within the class.
* dmnt_cheat_vm: Make Cheat VM compliant to code styleZach Hilman2019-09-221-3/+3
|
* cheat_engine: Move to memory and strip VMZach Hilman2019-09-221-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.