| Age | Commit message (Collapse) | Author |
|
dmnt_cheat_vm: Correct register Restore and ClearRegs behavior
|
|
Previously these were performing the same behavior as the Save and
ClearSaved opcode types.
|
|
Amends the initializer lists to be ordered in the same manner that
they're declared within the class.
|
|
|
|
|
|
This is to go with the Atmosphere VM port, now it just contains the callbacks needed for the interface between DmntCheatVm and yuzu, along with the cheat parsers.
|
|
This was done because the current VM contained many inaccuracies and this also allows cheats to have identical behavior between hardware and yuzu.
|