frontend: drop an outdated sanity check
authornotaz <notasas@gmail.com>
Tue, 31 Oct 2023 23:48:23 +0000 (01:48 +0200)
committernotaz <notasas@gmail.com>
Tue, 31 Oct 2023 23:48:23 +0000 (01:48 +0200)
frontend/menu.c

index 868a486..5a21e96 100644 (file)
@@ -2023,10 +2023,6 @@ static const char credits_text[] =
 
 static int reset_game(void)
 {
-       // sanity check
-       if (bios_sel == 0 && !Config.HLE)
-               return -1;
-
        ClosePlugins();
        OpenPlugins();
        SysReset();