Skip to content

Commit

Permalink
Fix tap restart hang
Browse files Browse the repository at this point in the history
  • Loading branch information
sonninnos committed Sep 23, 2024
1 parent 5d77d74 commit 5fa2283
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libretro/libretro-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -8013,8 +8013,6 @@ void retro_reset(void)

/* Trigger autostart-reset in retro_run() */
request_restart = true;
/* Do full reload */
request_reload_restart = true;
}

static void fallback_log(enum retro_log_level level, const char *fmt, ...)
Expand Down

0 comments on commit 5fa2283

Please sign in to comment.