summaryrefslogtreecommitdiff
path: root/libpcsxcore
diff options
context:
space:
mode:
Diffstat (limited to 'libpcsxcore')
-rw-r--r--libpcsxcore/gte.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libpcsxcore/gte.c b/libpcsxcore/gte.c
index 72210d34..b5acadab 100644
--- a/libpcsxcore/gte.c
+++ b/libpcsxcore/gte.c
@@ -240,9 +240,6 @@ static inline u32 MFC2(int reg) {
break;
case 28:
- case 30:
- return 0;
-
case 29:
psxRegs.CP2D.r[reg] = LIM(gteIR1 >> 7, 0x1f, 0, 0) |
(LIM(gteIR2 >> 7, 0x1f, 0, 0) << 5) |