mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 03:40:24 +00:00
Don't take rewind steps while menu pause active (#15009)
This commit is contained in:
parent
d55d1a8863
commit
dfef7a5ba3
@ -5913,7 +5913,12 @@ static enum runloop_state_enum runloop_check_state(
|
||||
&runloop_st->current_core,
|
||||
rewind_pressed,
|
||||
settings->uints.rewind_granularity,
|
||||
runloop_paused,
|
||||
runloop_paused
|
||||
#ifdef HAVE_MENU
|
||||
|| ( (menu_st->flags & MENU_ST_FLAG_ALIVE)
|
||||
&& settings->bools.menu_pause_libretro)
|
||||
#endif
|
||||
,
|
||||
s, sizeof(s), &t);
|
||||
|
||||
old_rewind_pressed = rewind_pressed;
|
||||
|
Loading…
x
Reference in New Issue
Block a user