prevent config_save_on_exit if overrides have been applied

This commit is contained in:
radius 2015-04-06 23:32:49 -05:00
parent d7b62bf96a
commit 6bb26f6acc

View File

@ -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);