Revert "Automatically disable lightrec when no bios is present"
[pcsx_rearmed.git] / frontend / libretro.c
index 2a175cc..bd7dc43 100644 (file)
@@ -1779,7 +1779,7 @@ static void update_variables(bool in_flight)
          Config.Cpu = CPU_INTERPRETER;
       else
 #endif
-      if (strcmp(var.value, "disabled") == 0 || !found_bios)
+      if (strcmp(var.value, "disabled") == 0)
          Config.Cpu = CPU_INTERPRETER;
       else if (strcmp(var.value, "enabled") == 0)
          Config.Cpu = CPU_DYNAREC;