git subrepo pull --force deps/lightrec
[pcsx_rearmed.git] / 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)