mirror of
https://github.com/libretro/beetle-lynx-libretro.git
synced 2024-11-23 08:10:55 +00:00
Do check_variables at end of retro_load_game for every Mednafen
core other than PSX
This commit is contained in:
parent
2569e910c0
commit
73850f73bb
@ -662,7 +662,7 @@ bool retro_load_game(const struct retro_game_info *info)
|
||||
|
||||
set_basename(info->path);
|
||||
|
||||
#if !defined(WANT_NGP_EMU)
|
||||
#if defined(WANT_PSX_EMU)
|
||||
check_variables();
|
||||
#endif
|
||||
|
||||
@ -682,7 +682,7 @@ bool retro_load_game(const struct retro_game_info *info)
|
||||
|
||||
hookup_ports(true);
|
||||
|
||||
#if defined(WANT_NGP_EMU)
|
||||
#if !defined(WANT_PSX_EMU)
|
||||
check_variables();
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user