Disable action OK callback for playlist associations for now - difficult

to hook up
This commit is contained in:
twinaphex 2018-09-23 20:22:05 +02:00
parent 76b48e4907
commit 2001489006

View File

@ -5399,6 +5399,10 @@ static int menu_cbs_init_bind_ok_compare_type(menu_file_list_cbs_t *cbs,
{
BIND_ACTION_OK(cbs, action_ok_cheat);
}
else if ((type >= MENU_SETTINGS_PLAYLIST_ASSOCIATION_START))
{
return -1;
}
else if ((type >= MENU_SETTINGS_CORE_OPTION_START))
{
BIND_ACTION_OK(cbs, action_ok_core_option_dropdown_list);