mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-24 08:39:51 +00:00
Remove unused and duplicate define.
This commit is contained in:
parent
f81781d25c
commit
c6113b831d
@ -24,7 +24,6 @@
|
|||||||
namespace MIPSCodeUtils
|
namespace MIPSCodeUtils
|
||||||
{
|
{
|
||||||
|
|
||||||
#define FULLOP_JR_RA 0x03e00008
|
|
||||||
#define OP_SYSCALL 0x0000000c
|
#define OP_SYSCALL 0x0000000c
|
||||||
#define OP_SYSCALL_MASK 0xFC00003F
|
#define OP_SYSCALL_MASK 0xFC00003F
|
||||||
#define _RS ((op>>21) & 0x1F)
|
#define _RS ((op>>21) & 0x1F)
|
||||||
|
Loading…
Reference in New Issue
Block a user