summaryrefslogtreecommitdiff
path: root/src/core/file_sys/cheat_engine.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* cheat_engine: Move to memory and strip VMGravatar Zach Hilman2019-09-211-492/+0
* core/cheat_engine: Make MemoryReadImpl and MemoryWriteImpl internally linkedGravatar Lioncash2019-03-241-0/+2
* file_sys/cheat_engine: Silence truncation and sign-conversion warningsGravatar Lioncash2019-03-221-4/+5
* file_sys/cheat_engine: Remove use of global system accessorsGravatar Lioncash2019-03-221-19/+15
* vm_manager: Remove cheat-specific ranges from VMManagerGravatar Zach Hilman2019-03-051-32/+38
* cheat_engine: Add parser and interpreter for game cheatsGravatar Zach Hilman2019-03-041-0/+487