mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
PowerPC: Remove unused enum values
This commit is contained in:
@ -80,20 +80,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;
|
||||||
|
Reference in New Issue
Block a user