summaryrefslogtreecommitdiffstats
path: root/src/core/memory/dmnt_cheat_types.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-23/+2
| | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
* 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-15/+15
|
* memory: Port Atmosphere's DmntCheatVmZach Hilman2019-09-221-0/+58
This was done because the current VM contained many inaccuracies and this also allows cheats to have identical behavior between hardware and yuzu.