lightrec: fix pcsx interpreter -> lightrec switch too
authornotaz <notasas@gmail.com>
Sun, 2 Oct 2022 17:37:29 +0000 (20:37 +0300)
committernotaz <notasas@gmail.com>
Sun, 2 Oct 2022 17:41:12 +0000 (20:41 +0300)
libpcsxcore/lightrec/plugin.c

index 7b8c8ed..a3eb776 100644 (file)
@@ -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)