change increment on max Fast-Forward speed (#17290)

closes https://github.com/libretro/RetroArch/issues/15540

we can still tick through to higher values quite fast, but there's not much reason for someone to exceed, say, 3x without just setting it to 0 anyway, so I don't think there's any real usability loss.
This commit is contained in:
hizzlekizzle 2024-12-26 21:26:54 -06:00 committed by GitHub
parent d5d1c424c8
commit bc819bb412
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16541,7 +16541,7 @@ static bool setting_append_list(
general_read_handler);
(*list)[list_info->index - 1].action_ok = &setting_action_ok_uint;
MENU_SETTINGS_LIST_CURRENT_ADD_CMD(list, list_info, CMD_EVENT_SET_FRAME_LIMIT);
menu_settings_list_current_add_range(list, list_info, 0, MAXIMUM_FASTFORWARD_RATIO, 1.0, true, true);
menu_settings_list_current_add_range(list, list_info, 0, MAXIMUM_FASTFORWARD_RATIO, 0.1, true, true);
CONFIG_BOOL(
list, list_info,