lightrec: rm dup line
authornotaz <notasas@gmail.com>
Sat, 8 Feb 2025 22:03:53 +0000 (00:03 +0200)
committernotaz <notasas@gmail.com>
Sat, 8 Feb 2025 22:03:53 +0000 (00:03 +0200)
libpcsxcore/lightrec/plugin.c

index a04d42d..f05012d 100644 (file)
@@ -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,