Merge pull request #831 from pcercuei/update-lightrec-20240517
[pcsx_rearmed.git] / frontend / libretro.c
index 7ad4caa..cd6924c 100644 (file)
@@ -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);