diff options
| author | Ryan Houdek <Sonicadvance1@gmail.com> | 2015-02-17 23:42:46 -0600 |
|---|---|---|
| committer | Ryan Houdek <Sonicadvance1@gmail.com> | 2015-02-17 23:42:46 -0600 |
| commit | ef2fba2e8521666455576f332b472ab65e8f499a (patch) | |
| tree | 0da51c197f27f81317fe8401905cd7fa7f2ca639 /Source/Core | |
| parent | 373b1d9915c63168d772946b8022a73225d51451 (diff) | |
| parent | 78d917b0b36bd1960434689cdad76a075a539479 (diff) | |
Merge pull request #2070 from lioncash/unused
PowerPC: Remove unused enum values
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/Core/PowerPC/PPCTables.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Source/Core/Core/PowerPC/PPCTables.h b/Source/Core/Core/PowerPC/PPCTables.h index 3384f7f63f..df58f30815 100644 --- a/Source/Core/Core/PowerPC/PPCTables.h +++ b/Source/Core/Core/PowerPC/PPCTables.h @@ -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; |
