mirror of
https://github.com/libretro/RetroArch
synced 2024-12-28 18:31:05 +00:00
fix core-specific configs not saving on consoles if you don't start a game
This commit is contained in:
parent
6be640f656
commit
b006fcef82
@ -445,7 +445,11 @@ static void config_load_core_specific(void)
|
||||
{
|
||||
*g_extern.core_specific_config_path = '\0';
|
||||
|
||||
if (!*g_settings.libretro || g_extern.libretro_dummy)
|
||||
if (!*g_settings.libretro
|
||||
#ifdef HAVE_DYNAMIC
|
||||
|| g_extern.libretro_dummy
|
||||
#endif
|
||||
)
|
||||
return;
|
||||
|
||||
if (*g_settings.rgui_config_directory)
|
||||
|
Loading…
Reference in New Issue
Block a user