summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/cheat_engine.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-03-24core/cheat_engine: Make MemoryReadImpl and MemoryWriteImpl internally linkedLioncash1-0/+2
These don't need to be visible outside of the translation unit, so they can be enclosed within an anonymous namespace.
2019-03-22file_sys/cheat_engine: Silence truncation and sign-conversion warningsLioncash1-4/+5
2019-03-22file_sys/cheat_engine: Remove use of global system accessorsLioncash1-19/+15
Instead, pass in the core timing instance and make the dependency explicit in the interface.
2019-03-05vm_manager: Remove cheat-specific ranges from VMManagerZach Hilman1-32/+38
2019-03-05cheat_engine: Add parser and interpreter for game cheatsZach Hilman1-0/+487