| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-09-21 | cheat_engine: Move to memory and strip VM | Zach 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-24 | core/cheat_engine: Make MemoryReadImpl and MemoryWriteImpl internally linked | Lioncash | |
| These don't need to be visible outside of the translation unit, so they can be enclosed within an anonymous namespace. | |||
| 2019-03-22 | file_sys/cheat_engine: Silence truncation and sign-conversion warnings | Lioncash | |
| 2019-03-22 | file_sys/cheat_engine: Remove use of global system accessors | Lioncash | |
| Instead, pass in the core timing instance and make the dependency explicit in the interface. | |||
| 2019-03-05 | vm_manager: Remove cheat-specific ranges from VMManager | Zach Hilman | |
| 2019-03-04 | cheat_engine: Add parser and interpreter for game cheats | Zach Hilman | |
