notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87a0a63
)
libretro: don't call _system_av_info cb from _load_game
author
notaz
<notasas@gmail.com>
Sat, 11 May 2024 20:51:25 +0000
(23:51 +0300)
committer
notaz
<notasas@gmail.com>
Sat, 11 May 2024 20:54:45 +0000
(23:54 +0300)
not needed and frontends hate it
libretro/pcsx_rearmed#828
frontend/libretro.c
patch
|
blob
|
blame
|
history
diff --git
a/frontend/libretro.c
b/frontend/libretro.c
index
7ad4caa
..
cd6924c
100644
(file)
--- 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);