Logging for paused.
This commit is contained in:
parent
f46ee78c76
commit
c42655ed91
10
ssnes.c
10
ssnes.c
|
@ -201,12 +201,10 @@ static void video_cached_frame(void)
|
||||||
if (g_extern.frame_cache.data)
|
if (g_extern.frame_cache.data)
|
||||||
{
|
{
|
||||||
// Push the pipeline through. A hack sort of.
|
// Push the pipeline through. A hack sort of.
|
||||||
for (unsigned i = 0; i < 3; i++)
|
SSNES_LOG("Pushing cached frame.\n");
|
||||||
{
|
video_frame(g_extern.frame_cache.data,
|
||||||
video_frame(g_extern.frame_cache.data,
|
g_extern.frame_cache.width,
|
||||||
g_extern.frame_cache.width,
|
g_extern.frame_cache.height);
|
||||||
g_extern.frame_cache.height);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef HAVE_FFMPEG
|
#ifdef HAVE_FFMPEG
|
||||||
|
|
Loading…
Reference in New Issue