Revert "Kill useless ifdef." - this breaks PS3/360 port -

so moving it back

This reverts commit f9c347cb0af28a0930f4bb7978056f0a4bc993c7.
This commit is contained in:
Twinaphex 2012-06-20 19:03:52 +02:00
parent f9c347cb0a
commit ce0422c780

View File

@ -270,13 +270,13 @@ void rarch_render_cached_frame(void)
// Not 100% safe, since the library might have
// freed the memory, but no known implementations do this :D
// It would be really stupid at any rate ...
#ifndef RARCH_CONSOLE
if (g_extern.frame_cache.data)
{
#endif
video_frame(g_extern.frame_cache.data,
g_extern.frame_cache.width,
g_extern.frame_cache.height,
g_extern.frame_cache.pitch);
}
#ifdef HAVE_FFMPEG
g_extern.recording = recording;