Merge pull request #2070 from lioncash/unused

PowerPC: Remove unused enum values
This commit is contained in:
Ryan Houdek 2015-02-17 23:42:46 -06:00
commit ef2fba2e85
1 changed files with 0 additions and 14 deletions

View File

@ -81,20 +81,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;