Restore framelimit on fastforward toggle (#14668)

This commit is contained in:
sonninnos 2022-11-24 17:53:52 +02:00 committed by GitHub
parent b403f5fc1f
commit 88c1e276a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7331,6 +7331,7 @@ static enum runloop_state_enum runloop_check_state(
{
input_st->flags |= INP_FLAG_NONBLOCKING;
runloop_st->flags |= RUNLOOP_FLAG_FASTMOTION;
command_event(CMD_EVENT_SET_FRAME_LIMIT, NULL);
}
driver_set_nonblock_state();