summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/cheat_engine.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cheat_engine: Move to memory and strip VMZach Hilman2019-09-221-234/+0
| | | 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.
* file_sys/cheat_engine: Silence truncation and sign-conversion warningsLioncash2019-03-221-1/+1
|
* file_sys/cheat_engine: Remove use of global system accessorsLioncash2019-03-221-10/+17
| | | | | Instead, pass in the core timing instance and make the dependency explicit in the interface.
* vm_manager: Remove cheat-specific ranges from VMManagerZach Hilman2019-03-051-5/+6
|
* cheat_engine: Add parser and interpreter for game cheatsZach Hilman2019-03-051-0/+226