diff --git a/Source/Core/Core/PowerPC/PPCTables.h b/Source/Core/Core/PowerPC/PPCTables.h index ea6c2ac978..17e1ce7de9 100644 --- a/Source/Core/Core/PowerPC/PPCTables.h +++ b/Source/Core/Core/PowerPC/PPCTables.h @@ -80,20 +80,6 @@ enum OPTYPE_UNKNOWN , }; -enum -{ - OPCD_HLEFUNCTION = 1, - OPCD_COMPILEDBLOCK = 2, - OPCD_BCx = 16, - OPCD_SC = 17, - OPCD_Bx = 18, -}; - -enum -{ - OP_BLR = 0x4e800020, -}; - struct GekkoOPInfo { const char *opname;