mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +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");
|
snprintf(msg, sizeof(msg), "Overrides saved successfully");
|
||||||
RARCH_LOG("[overrides] %s\n", msg);
|
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
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user