try a new github issue template
[pcsx_rearmed.git] / deps / lightrec / disassembler.h
index 1804f88..a19588a 100644 (file)
@@ -111,10 +111,12 @@ enum standard_opcodes {
        OP_LWC2                 = 0x32,
        OP_SWC2                 = 0x3a,
 
-       OP_META                 = 0x3b,
+       OP_META                 = 0x3c,
 
        OP_META_MULT2           = 0x19,
        OP_META_MULTU2          = 0x1a,
+       OP_META_LWU             = 0x1b,
+       OP_META_SWU             = 0x1c,
 };
 
 enum special_opcodes {