mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-01 01:03:11 +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)
|
||||
conf = config_file_new(NULL);
|
||||
|
||||
if (!conf)
|
||||
if (!conf || global->overrides_active)
|
||||
return false;
|
||||
|
||||
RARCH_LOG("Saving config at path: \"%s\"\n", path);
|
||||
|
Loading…
x
Reference in New Issue
Block a user