diff --git a/intl/msg_hash_us.h b/intl/msg_hash_us.h index c77bd2f287..0fe0e0f121 100644 --- a/intl/msg_hash_us.h +++ b/intl/msg_hash_us.h @@ -1302,11 +1302,11 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_LABEL_VALUE_VIDEO_THREADED, - "Threaded Video (Restart)" + "Threaded Video" ) MSG_HASH( MENU_ENUM_SUBLABEL_VIDEO_THREADED, - "Improves performance at the cost of latency and more video stuttering. Use only if you cannot obtain full speed otherwise. NOTE: Restart RetroArch for the changes to take effect." + "Improves performance at the cost of latency and more video stuttering. Use only if you cannot obtain full speed otherwise." ) MSG_HASH( MENU_ENUM_LABEL_VALUE_VIDEO_BLACK_FRAME_INSERTION, diff --git a/menu/menu_setting.c b/menu/menu_setting.c index 36b12585c9..08cd8789ce 100644 --- a/menu/menu_setting.c +++ b/menu/menu_setting.c @@ -10449,7 +10449,7 @@ static bool setting_append_list( parent_group, general_write_handler, general_read_handler, - SD_FLAG_NONE + SD_FLAG_CMD_APPLY_AUTO ); MENU_SETTINGS_LIST_CURRENT_ADD_CMD(list, list_info, CMD_EVENT_REINIT); #endif