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 Oct 31, 2023
1 parent 9bcccb9 commit c8d69ce
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 @@ -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();
Expand Down

0 comments on commit c8d69ce

Please sign in to comment.