summaryrefslogtreecommitdiffstats
path: root/src/core/memory/dmnt_cheat_vm.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* scope_exit: Make constexprFearlessTobi2024-02-191-2/+2
* dmnt: cheat: Add pause and resume supportgerman772024-02-051-2/+2
* dmnt: cheats: Silence memory errorsgerman772024-02-051-8/+9
* dmnt: cheats: Update cheat vm to latest versiongerman772024-02-051-14/+43
* dmnt:cht: fix copy-paste errorLiam2022-11-201-1/+1
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-23/+2
* core: Make variable shadowing a compile-time errorLioncash2021-05-161-1/+2
* dmnt_cheat_vm: Make use of designated initializersLioncash2020-08-031-105/+121
* clang-formatVolcaEM2020-07-151-1/+2
* dmnt_cheat_vm: Implement opcode 0xC3 (ReadWriteStaticRegister)VolcaEM2020-07-151-0/+28
* core: memory: Move to Core::Memory namespace.bunnei2020-04-171-2/+2
* CMakeLists: Specify -Wextra on linux buildsLioncash2020-04-161-2/+3
* dmnt_cheat_vm: Correct register Restore and ClearRegs behaviorLioncash2019-10-181-2/+2
* dmnt_cheat_vm: Make Cheat VM compliant to code styleZach Hilman2019-09-221-745/+751
* memory: Port Atmosphere's DmntCheatVmZach Hilman2019-09-221-0/+1206