mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 13:20:30 +00:00
prevent settings from propagating to main config when creating new overrides
This commit is contained in:
parent
337a0aac5a
commit
8fddf7f1ff
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user