summaryrefslogtreecommitdiffstats
path: root/src/core/memory (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-16CMakeLists: Specify -Wextra on linux buildsLioncash1-2/+3
2020-02-12Core: Set all hardware emulation constants in a single file.Fernando Sahmkow1-1/+2
2019-11-27core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory classLioncash1-1/+1
2019-11-27core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory classLioncash2-5/+4
2019-11-27core_timing: Use better reference tracking for EventType. (#3159)bunnei2-2/+3
2019-10-18dmnt_cheat_vm: Correct register Restore and ClearRegs behaviorLioncash1-2/+2
2019-10-17core/memory/cheat_engine: Resolve -Wreorder warningsLioncash1-4/+3
2019-09-22dmnt_cheat_vm: Default initialize structure valuesZach Hilman2-87/+87
2019-09-22dmnt_cheat_vm: Make Cheat VM compliant to code styleZach Hilman3-868/+861
2019-09-22cheat_engine: Move to memory and strip VMZach Hilman2-0/+320
2019-09-22memory: Port Atmosphere's DmntCheatVmZach Hilman3-0/+1598
2019-06-21core: Move Freezer class to tools namespaceZach Hilman2-263/+0
2019-06-21freezer: Add documentation for methodsZach Hilman2-30/+49
2019-06-21memory: Add class to manage and enforce memory freezingZach Hilman2-0/+244