Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dmnt_cheat_vm: Default initialize structure values | Zach Hilman | 2019-09-22 | 2 | -87/+87 |
| | |||||
* | dmnt_cheat_vm: Make Cheat VM compliant to code style | Zach Hilman | 2019-09-22 | 3 | -868/+861 |
| | |||||
* | cheat_engine: Move to memory and strip VM | Zach Hilman | 2019-09-22 | 2 | -0/+320 |
| | | | 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. | ||||
* | memory: Port Atmosphere's DmntCheatVm | Zach Hilman | 2019-09-22 | 3 | -0/+1598 |
This was done because the current VM contained many inaccuracies and this also allows cheats to have identical behavior between hardware and yuzu. |