From 4bcdbd5b79d7ad0d73179450abf639c0eafac2ea Mon Sep 17 00:00:00 2001 From: hizzlekizzle Date: Thu, 26 Dec 2024 21:06:32 -0600 Subject: [PATCH] change increment on max Fast-Forward speed 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. --- menu/menu_setting.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu/menu_setting.c b/menu/menu_setting.c index abd5ee566bd0..766a74b0a82a 100644 --- a/menu/menu_setting.c +++ b/menu/menu_setting.c @@ -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,