From 2c78ad6070f85d9fbf08db1301561a90ba3d54e6 Mon Sep 17 00:00:00 2001 From: notaz Date: Sun, 2 Oct 2022 20:37:29 +0300 Subject: [PATCH] lightrec: fix pcsx interpreter -> lightrec switch too --- libpcsxcore/lightrec/plugin.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libpcsxcore/lightrec/plugin.c b/libpcsxcore/lightrec/plugin.c index 7b8c8edc..a3eb7763 100644 --- a/libpcsxcore/lightrec/plugin.c +++ b/libpcsxcore/lightrec/plugin.c @@ -559,8 +559,6 @@ static void lightrec_plugin_reset(void) regs->cp0[12] = 0x10900000; // COP0 enabled | BEV = 1 | TS = 1 regs->cp0[15] = 0x00000002; // PRevID = Revision ID, same as R3000A - - booting = true; } void lightrec_plugin_sync_regs_from_pcsx(void) -- 2.39.2