mirror of
https://github.com/libretro/RetroArch
synced 2025-03-31 19:21:06 +00:00
RARCH_PERFORMANCE_MODE - Small correction for conditional to do
with rendering rarch_cached_frame in do_state_checks
This commit is contained in:
parent
5eccdf2eee
commit
aab39626fe
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user