Merge pull request #8600 from orbea/filter

Also fix the video filter selection.
This commit is contained in:
hizzlekizzle 2019-04-18 15:30:07 -05:00 committed by GitHub
commit 46dda3b5c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6223,7 +6223,8 @@ static int menu_cbs_init_bind_ok_compare_type(menu_file_list_cbs_t *cbs,
|| 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_AUDIO_DSP_PLUGIN)
|| menu_label_hash == MENU_LABEL_AUDIO_DSP_PLUGIN
|| menu_label_hash == MENU_LABEL_VIDEO_FILTER)
BIND_ACTION_OK(cbs, action_ok_directory_push);
else
BIND_ACTION_OK(cbs, action_ok_push_random_dir);