mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-29 03:00:24 +00:00
Only save config if g_extern.config_path is set.
This commit is contained in:
parent
6654979cbb
commit
f6c126ecaa
@ -99,7 +99,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
menu_free();
|
||||
|
||||
if (g_extern.config_save_on_exit)
|
||||
if (g_extern.config_save_on_exit && *g_extern.config_path)
|
||||
config_save_file(g_extern.config_path);
|
||||
|
||||
if (g_extern.main_is_init)
|
||||
|
Loading…
Reference in New Issue
Block a user