mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
prevent config_save_on_exit if overrides have been applied
This commit is contained in:
parent
d7b62bf96a
commit
6bb26f6acc
@ -2106,7 +2106,7 @@ bool config_save_file(const char *path)
|
|||||||
if (!conf)
|
if (!conf)
|
||||||
conf = config_file_new(NULL);
|
conf = config_file_new(NULL);
|
||||||
|
|
||||||
if (!conf)
|
if (!conf || global->overrides_active)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
RARCH_LOG("Saving config at path: \"%s\"\n", path);
|
RARCH_LOG("Saving config at path: \"%s\"\n", path);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user