X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Flibretro.c;h=cd6924c149cdae8341b43af10b0bc5c1bc1cecfa;hb=d1c67a8c131d618949fc3dedabf393ebeb7d195b;hp=7ad4caa8a7aa469bb7886910e8c4194f35503aec;hpb=e5cb0939ab32d3c3b90b39e2d49a1652a7cf0db1;p=pcsx_rearmed.git diff --git a/frontend/libretro.c b/frontend/libretro.c index 7ad4caa8..cd6924c1 100644 --- a/frontend/libretro.c +++ b/frontend/libretro.c @@ -3031,7 +3031,7 @@ static void update_variables(bool in_flight) update_option_visibility(); - if (old_fps != psxGetFps()) + if (in_flight && old_fps != psxGetFps()) { struct retro_system_av_info info; retro_get_system_av_info(&info);