mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
Restore framelimit on fastforward toggle (#14668)
This commit is contained in:
parent
b403f5fc1f
commit
88c1e276a3
@ -7331,6 +7331,7 @@ static enum runloop_state_enum runloop_check_state(
|
|||||||
{
|
{
|
||||||
input_st->flags |= INP_FLAG_NONBLOCKING;
|
input_st->flags |= INP_FLAG_NONBLOCKING;
|
||||||
runloop_st->flags |= RUNLOOP_FLAG_FASTMOTION;
|
runloop_st->flags |= RUNLOOP_FLAG_FASTMOTION;
|
||||||
|
command_event(CMD_EVENT_SET_FRAME_LIMIT, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
driver_set_nonblock_state();
|
driver_set_nonblock_state();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user