From 77cdc9d550e1cf5e06d55a679ee5c710f9f3a38c Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 25 Jan 2017 17:52:58 +0100 Subject: [PATCH] Another refinement --- command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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