RARCH_PERFORMANCE_MODE - Small correction for conditional to do

with rendering rarch_cached_frame in do_state_checks
This commit is contained in:
twinaphex 2012-12-17 23:04:47 +01:00
parent 5eccdf2eee
commit aab39626fe

View File

@ -2496,7 +2496,7 @@ static void do_state_checks(void)
check_pause();
check_oneshot();
if (g_extern.is_paused)
if (check_fullscreen() && g_extern.is_paused)
rarch_render_cached_frame();
if (g_extern.is_paused && !g_extern.is_oneshot)