Logging for paused.
This commit is contained in:
parent
f46ee78c76
commit
c42655ed91
4
ssnes.c
4
ssnes.c
|
@ -201,13 +201,11 @@ 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
|
||||||
g_extern.recording = recording;
|
g_extern.recording = recording;
|
||||||
|
|
Loading…
Reference in New Issue