From 11872ea15765c85678c02081073d48bdc616ffc3 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 7 Jul 2020 07:49:33 +0200 Subject: [PATCH] Revert "Make Threaded Video an option that requires a restart" This reverts commit 05d11f6c1d2f842821ba1e7ffb1f4cd260cfea2e. --- intl/msg_hash_us.h | 4 ++-- menu/menu_setting.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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