summaryrefslogtreecommitdiffstats
path: root/src/core/memory (follow)
Commit message (Expand)AuthorAgeFilesLines
* General: Recover Prometheus project from harddrive failure Fernando Sahmkow2020-06-271-4/+4
* memory: cheat_engine: Updates for new VMM.bunnei2020-04-171-5/+8
* core: memory: Move to Core::Memory namespace.bunnei2020-04-175-10/+10
* CMakeLists: Specify -Wextra on linux buildsLioncash2020-04-161-2/+3
* Core: Set all hardware emulation constants in a single file.Fernando Sahmkow2020-02-121-1/+2
* core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory classLioncash2019-11-271-1/+1
* core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory classLioncash2019-11-272-5/+4
* core_timing: Use better reference tracking for EventType. (#3159)bunnei2019-11-272-2/+3
* Merge pull request #2992 from lioncash/dmntbunnei2019-10-181-2/+2
|\
| * dmnt_cheat_vm: Correct register Restore and ClearRegs behaviorLioncash2019-10-181-2/+2
* | core/memory/cheat_engine: Resolve -Wreorder warningsLioncash2019-10-171-4/+3
|/
* dmnt_cheat_vm: Default initialize structure valuesZach Hilman2019-09-222-87/+87
* dmnt_cheat_vm: Make Cheat VM compliant to code styleZach Hilman2019-09-223-868/+861
* cheat_engine: Move to memory and strip VMZach Hilman2019-09-222-0/+320
* memory: Port Atmosphere's DmntCheatVmZach Hilman2019-09-223-0/+1598