diff --git a/ssnes.c b/ssnes.c index e69d2319d4..ae43baf900 100644 --- a/ssnes.c +++ b/ssnes.c @@ -180,7 +180,7 @@ static void video_frame(const uint16_t *data, unsigned width, unsigned height) } #endif - if (!data) + if (is_dupe) return; const char *msg = msg_queue_pull(g_extern.msg_queue);