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>
Wed, 1 Nov 2023 00:08:12 +0000 (02:08 +0200)
frontend/menu.c

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