diff --git a/command.c b/command.c index 2d01be3531..03e8dd4f37 100644 --- a/command.c +++ b/command.c @@ -2391,7 +2391,7 @@ bool command_event(enum event_command cmd, void *data) runloop_msg_queue_push(msg_hash_to_str(MSG_PAUSED), 1, 1, true); - if (is_paused && !is_idle) + if (!is_idle) video_driver_cached_frame(); } else