summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/cheat_engine.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* core/cheat_engine: Make MemoryReadImpl and MemoryWriteImpl internally linkedLioncash2019-03-241-0/+2
| | | | | These don't need to be visible outside of the translation unit, so they can be enclosed within an anonymous namespace.
* file_sys/cheat_engine: Silence truncation and sign-conversion warningsLioncash2019-03-221-4/+5
|
* file_sys/cheat_engine: Remove use of global system accessorsLioncash2019-03-221-19/+15
| | | | | 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-32/+38
|
* cheat_engine: Add parser and interpreter for game cheatsZach Hilman2019-03-051-0/+487