mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
also fix audio DSP plugin
This commit is contained in:
parent
dd9bde2184
commit
d7a7260909
@ -6222,7 +6222,8 @@ static int menu_cbs_init_bind_ok_compare_type(menu_file_list_cbs_t *cbs,
|
||||
|| menu_label_hash == MENU_LABEL_DISK_IMAGE_APPEND
|
||||
|| menu_label_hash == MENU_LABEL_SUBSYSTEM_ADD
|
||||
|| menu_label_hash == MENU_LABEL_VIDEO_FONT_PATH
|
||||
|| menu_label_hash == MENU_LABEL_XMB_FONT)
|
||||
|| menu_label_hash == MENU_LABEL_XMB_FONT
|
||||
|| menu_label_hash == MENU_LABEL_AUDIO_DSP_PLUGIN)
|
||||
BIND_ACTION_OK(cbs, action_ok_directory_push);
|
||||
else
|
||||
BIND_ACTION_OK(cbs, action_ok_push_random_dir);
|
||||
|
Loading…
x
Reference in New Issue
Block a user