Merge pull request #2070 from lioncash/unused
PowerPC: Remove unused enum values
This commit is contained in:
commit
ef2fba2e85
|
@ -81,20 +81,6 @@ enum
|
||||||
OPTYPE_UNKNOWN ,
|
OPTYPE_UNKNOWN ,
|
||||||
};
|
};
|
||||||
|
|
||||||
enum
|
|
||||||
{
|
|
||||||
OPCD_HLEFUNCTION = 1,
|
|
||||||
OPCD_COMPILEDBLOCK = 2,
|
|
||||||
OPCD_BCx = 16,
|
|
||||||
OPCD_SC = 17,
|
|
||||||
OPCD_Bx = 18,
|
|
||||||
};
|
|
||||||
|
|
||||||
enum
|
|
||||||
{
|
|
||||||
OP_BLR = 0x4e800020,
|
|
||||||
};
|
|
||||||
|
|
||||||
struct GekkoOPInfo
|
struct GekkoOPInfo
|
||||||
{
|
{
|
||||||
const char *opname;
|
const char *opname;
|
||||||
|
|
Loading…
Reference in New Issue