From 9808499fcfadbc46802d697a318d7cf63dde537e Mon Sep 17 00:00:00 2001 From: notaz Date: Sun, 9 Feb 2025 00:03:53 +0200 Subject: [PATCH] lightrec: rm dup line --- libpcsxcore/lightrec/plugin.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libpcsxcore/lightrec/plugin.c b/libpcsxcore/lightrec/plugin.c index a04d42d9..f05012d7 100644 --- 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, -- 2.39.5