summaryrefslogtreecommitdiffstats
path: root/src/core/memory/dmnt_cheat_vm.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* core: memory: Move to Core::Memory namespace.bunnei2020-04-171-2/+2
| | | | - helpful to disambiguate Kernel::Memory namespace.
* dmnt_cheat_vm: Default initialize structure valuesZach Hilman2019-09-221-72/+72
|
* dmnt_cheat_vm: Make Cheat VM compliant to code styleZach Hilman2019-09-221-120/+107
|
* memory: Port Atmosphere's DmntCheatVmZach Hilman2019-09-221-0/+334
This was done because the current VM contained many inaccuracies and this also allows cheats to have identical behavior between hardware and yuzu.