prevent settings from propagating to main config when creating new overrides

This commit is contained in:
radius 2016-09-13 00:37:23 -05:00
parent 337a0aac5a
commit 8fddf7f1ff

View File

@ -1639,6 +1639,10 @@ void command_event_save_current_config(int override_type)
{
snprintf(msg, sizeof(msg), "Overrides saved successfully");
RARCH_LOG("[overrides] %s\n", msg);
/* set overrides to active so the original config can be
restored after closing content */
runloop_ctl(RUNLOOP_CTL_SET_OVERRIDES_ACTIVE, NULL);
}
else
{