mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 12:39:54 +00:00
Audio output menu item reinit fix (#15190)
This commit is contained in:
parent
07c371533f
commit
e2a264700a
@ -609,6 +609,8 @@ bool audio_driver_init_internal(
|
||||
audio_driver_st.flags &= ~AUDIO_FLAG_ACTIVE;
|
||||
return false;
|
||||
}
|
||||
else
|
||||
audio_driver_st.flags |= AUDIO_FLAG_ACTIVE;
|
||||
|
||||
if (!(audio_driver_find_driver(settings,
|
||||
"audio driver", verbosity_enabled)))
|
||||
|
@ -13568,6 +13568,7 @@ static bool setting_append_list(
|
||||
general_read_handler,
|
||||
SD_FLAG_NONE
|
||||
);
|
||||
MENU_SETTINGS_LIST_CURRENT_ADD_CMD(list, list_info, CMD_EVENT_AUDIO_REINIT);
|
||||
|
||||
CONFIG_BOOL(
|
||||
list, list_info,
|
||||
|
Loading…
x
Reference in New Issue
Block a user