(Menu) Group MENU_SETTINGS_NETPLAY_DELAY_FRAMES

This commit is contained in:
twinaphex 2014-08-09 02:55:16 +02:00
parent 8c05dceb91
commit e55155efcc

View File

@ -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: