Skip to content

Commit

Permalink
frontend: drop an outdated sanity check
Browse files Browse the repository at this point in the history
  • Loading branch information
notaz committed Nov 1, 2023
1 parent 6df4c03 commit 81574ac
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions frontend/menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 81574ac

Please sign in to comment.