Another refinement
This commit is contained in:
parent
da891b97b2
commit
77cdc9d550
|
@ -2391,7 +2391,7 @@ bool command_event(enum event_command cmd, void *data)
|
||||||
runloop_msg_queue_push(msg_hash_to_str(MSG_PAUSED), 1,
|
runloop_msg_queue_push(msg_hash_to_str(MSG_PAUSED), 1,
|
||||||
1, true);
|
1, true);
|
||||||
|
|
||||||
if (is_paused && !is_idle)
|
if (!is_idle)
|
||||||
video_driver_cached_frame();
|
video_driver_cached_frame();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue