aboutsummaryrefslogtreecommitdiff
path: root/src/core/file_sys/cheat_engine.cpp
AgeCommit message (Collapse)Author
2019-09-21cheat_engine: Move to memory and strip VMZach Hilman
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.
2019-03-24core/cheat_engine: Make MemoryReadImpl and MemoryWriteImpl internally linkedLioncash
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 warningsLioncash
2019-03-22file_sys/cheat_engine: Remove use of global system accessorsLioncash
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 Hilman
2019-03-04cheat_engine: Add parser and interpreter for game cheatsZach Hilman