dmnt-cheat: multi-nybble opcodes, update libstrat

This commit is contained in:
Michael Scire 2019-03-05 00:53:45 -08:00
parent 7e93ca0977
commit 7d2dd628ba
3 changed files with 12 additions and 1 deletions

View file

@ -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 {