mirror of
https://github.com/libretro/RetroArch
synced 2025-03-23 19:21:03 +00:00
Merge pull request #1138 from mprobinson/audio-latency
Apply deferred settings before freeing settings list
This commit is contained in:
commit
224e2e211e
@ -219,6 +219,7 @@ static int menu_settings_iterate(unsigned action,
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case MENU_ACTION_CANCEL:
|
case MENU_ACTION_CANCEL:
|
||||||
|
apply_deferred_settings();
|
||||||
menu_entries_pop_list(driver.menu->menu_stack);
|
menu_entries_pop_list(driver.menu->menu_stack);
|
||||||
break;
|
break;
|
||||||
case MENU_ACTION_SELECT:
|
case MENU_ACTION_SELECT:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user