mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
Call menu_setting_apply_deferred after toggling setting
This commit is contained in:
parent
0218a2755d
commit
fcc9ffb4a1
@ -967,6 +967,7 @@ static int setting_bool_action_toggle_default(void *data, bool wraparound)
|
||||
return -1;
|
||||
|
||||
*setting->value.boolean = !(*setting->value.boolean);
|
||||
menu_setting_apply_deferred(setting);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user