From: notaz Date: Sun, 2 Oct 2022 17:37:29 +0000 (+0300) Subject: lightrec: fix pcsx interpreter -> lightrec switch too X-Git-Tag: r24l~362 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=inline;h=2c78ad6070f85d9fbf08db1301561a90ba3d54e6;p=pcsx_rearmed.git lightrec: fix pcsx interpreter -> lightrec switch too --- 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)