PowerPC: Remove unused enum values

This commit is contained in:
Lioncash 2015-02-18 00:37:32 -05:00
parent 127e742992
commit 78d917b0b3
1 changed files with 0 additions and 14 deletions

View File

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