mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 18:40:49 +00:00
(Menu) Group MENU_SETTINGS_NETPLAY_DELAY_FRAMES
This commit is contained in:
parent
8c05dceb91
commit
e55155efcc
@ -3403,6 +3403,7 @@ static int menu_common_setting_set(unsigned id, unsigned action, rarch_setting_t
|
||||
case MENU_SETTINGS_REWIND_GRANULARITY:
|
||||
case MENU_SETTINGS_AUDIO_LATENCY:
|
||||
case MENU_CONTENT_HISTORY_SIZE:
|
||||
case MENU_SETTINGS_NETPLAY_DELAY_FRAMES:
|
||||
if (setting)
|
||||
menu_common_setting_set_current_unsigned_integer(setting, 1, action, true, false);
|
||||
break;
|
||||
@ -3419,10 +3420,6 @@ static int menu_common_setting_set(unsigned id, unsigned action, rarch_setting_t
|
||||
if (setting)
|
||||
menu_common_setting_set_current_unsigned_integer(setting, 1, action, false, false);
|
||||
break;
|
||||
case MENU_SETTINGS_NETPLAY_DELAY_FRAMES:
|
||||
if (setting)
|
||||
menu_common_setting_set_current_unsigned_integer(setting, 1, action, true, false);
|
||||
break;
|
||||
case MENU_SETTINGS_GPU_SCREENSHOT:
|
||||
case MENU_SETTINGS_REWIND_ENABLE:
|
||||
case MENU_SETTINGS_LOGGING_VERBOSITY:
|
||||
|
Loading…
x
Reference in New Issue
Block a user