diff --git a/command.c b/command.c index ffbc37ef82..4e74e58e11 100644 --- a/command.c +++ b/command.c @@ -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 {