notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91cb090
)
lightrec: rm dup line
author
notaz
<notasas@gmail.com>
Sat, 8 Feb 2025 22:03:53 +0000
(
00:03
+0200)
committer
notaz
<notasas@gmail.com>
Sat, 8 Feb 2025 22:03:53 +0000
(
00:03
+0200)
libpcsxcore/lightrec/plugin.c
patch
|
blob
|
blame
|
history
diff --git
a/libpcsxcore/lightrec/plugin.c
b/libpcsxcore/lightrec/plugin.c
index
a04d42d
..
f05012d
100644
(file)
--- a/
libpcsxcore/lightrec/plugin.c
+++ b/
libpcsxcore/lightrec/plugin.c
@@
-107,7
+107,6
@@
enum my_cp2_opcodes {
};
static void (*cp2_ops[])(struct psxCP2Regs *) = {
- [OP_CP2_RTPS] = gteRTPS,
[OP_CP2_RTPS] = gteRTPS,
[OP_CP2_NCLIP] = gteNCLIP,
[OP_CP2_OP] = gteOP,