summaryrefslogtreecommitdiffstats
path: root/src/core/memory/dmnt_cheat_vm.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-20dmnt:cht: fix copy-paste errorLiam1-1/+1
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-23/+2
2021-05-16core: Make variable shadowing a compile-time errorLioncash1-1/+2
2020-08-03dmnt_cheat_vm: Make use of designated initializersLioncash1-105/+121
2020-07-15clang-formatVolcaEM1-1/+2
2020-07-15dmnt_cheat_vm: Implement opcode 0xC3 (ReadWriteStaticRegister)VolcaEM1-0/+28
2020-04-17core: memory: Move to Core::Memory namespace.bunnei1-2/+2
2020-04-16CMakeLists: Specify -Wextra on linux buildsLioncash1-2/+3
2019-10-18dmnt_cheat_vm: Correct register Restore and ClearRegs behaviorLioncash1-2/+2
2019-09-22dmnt_cheat_vm: Make Cheat VM compliant to code styleZach Hilman1-745/+751
2019-09-22memory: Port Atmosphere's DmntCheatVmZach Hilman1-0/+1206