mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 14:42:30 +00:00
Can now scroll in rdb entry details page
This commit is contained in:
parent
dfaa6c3d4a
commit
ec10129470
@ -3916,7 +3916,9 @@ static void menu_entries_cbs_init_bind_toggle(menu_file_list_cbs_t *cbs,
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (type >= MENU_SETTINGS_SHADER_PARAMETER_0
|
if (strstr(label, "rdb_entry"))
|
||||||
|
cbs->action_toggle = action_toggle_scroll;
|
||||||
|
else if (type >= MENU_SETTINGS_SHADER_PARAMETER_0
|
||||||
&& type <= MENU_SETTINGS_SHADER_PARAMETER_LAST)
|
&& type <= MENU_SETTINGS_SHADER_PARAMETER_LAST)
|
||||||
cbs->action_toggle = shader_action_parameter_toggle;
|
cbs->action_toggle = shader_action_parameter_toggle;
|
||||||
else if (type >= MENU_SETTINGS_SHADER_PRESET_PARAMETER_0
|
else if (type >= MENU_SETTINGS_SHADER_PRESET_PARAMETER_0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user