mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-02 23:59:49 -04:00
dmnt-cheat: multi-nybble opcodes, update libstrat
This commit is contained in:
parent
7e93ca0977
commit
7d2dd628ba
3 changed files with 12 additions and 1 deletions
|
@ -34,6 +34,10 @@ enum CheatVmOpcodeType : u32 {
|
|||
|
||||
/* These are not implemented by Gateway's VM. */
|
||||
CheatVmOpcodeType_PerformArithmeticRegister = 9,
|
||||
|
||||
/* This is a meta entry, and not a real opcode. */
|
||||
/* This is to facilitate multi-nybble instruction decoding in the future. */
|
||||
CheatVmOpcodeType_ExtendedWidth = 12,
|
||||
};
|
||||
|
||||
enum MemoryAccessType : u32 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue