Skip to content

Commit

Permalink
opcodes: Remove unused REF define
Browse files Browse the repository at this point in the history
See discussion here: dolphin-emu#1 (comment)
  • Loading branch information
leoetlino committed Jul 14, 2021
1 parent de041fa commit 80014ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gcdsp_opcodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,4 @@ class OpType:
AX = REG | 0x2200
REGS_MASK = 0x3f80

REF = REG | 0x4000
PRG = REF | REG
PRG = REG | 0x4000

0 comments on commit 80014ed

Please sign in to comment.