Fix unable to set Audio DSP Plugin from menu

https://github.com/libretro/RetroArch/issues/5389
This commit is contained in:
retro-wertz 2017-09-06 09:51:29 +08:00 committed by GitHub
parent 56c66376ff
commit a37b880a3d

View File

@ -1278,7 +1278,7 @@ static int generic_action_ok(const char *path,
break;
case ACTION_OK_SET_PATH_VIDEO_FILTER:
flush_char = msg_hash_to_str(MENU_ENUM_LABEL_DEFERRED_VIDEO_SETTINGS_LIST);
ret = set_path_generic(filebrowser_label, action_path);
ret = set_path_generic(menu_label, action_path);
break;
case ACTION_OK_SET_PATH_AUDIO_FILTER:
flush_char = msg_hash_to_str(MENU_ENUM_LABEL_DEFERRED_AUDIO_SETTINGS_LIST);