mirror of
https://github.com/libretro/RetroArch
synced 2025-03-14 01:19:01 +00:00
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)
|
||||
{
|
||||
// Push the pipeline through. A hack sort of.
|
||||
for (unsigned i = 0; i < 3; i++)
|
||||
{
|
||||
video_frame(g_extern.frame_cache.data,
|
||||
g_extern.frame_cache.width,
|
||||
g_extern.frame_cache.height);
|
||||
}
|
||||
SSNES_LOG("Pushing cached frame.\n");
|
||||
video_frame(g_extern.frame_cache.data,
|
||||
g_extern.frame_cache.width,
|
||||
g_extern.frame_cache.height);
|
||||
}
|
||||
|
||||
#ifdef HAVE_FFMPEG
|
||||
|
Loading…
x
Reference in New Issue
Block a user