Add support for new dmnt extensions
Enhanced Memory Addressing
Improved capabilities for the following code types:
0x0
: Store Static Value to Memory0x1
: Begin Conditional Block0x5
: Load Register with Memory Value
Floating-Point Arithmetic Support
Expanded functionality of code type 0x9
(Perform Arithmetic) to include operations with floating-point values.
New Code Type - 0xC4
Added code type 0xC4
(Begin Extended Keypress Conditional Block), enabling:
- Distinction between key held and key down states.
- Access to the full output of
hidKeysDown()
for enhanced input handling.
Reference https://github.com/Atmosphere-NX/Atmosphere/blob/master/docs/features/cheats.md