Revert "Make Threaded Video an option that requires a restart"

This reverts commit 05d11f6c1d.
This commit is contained in:
twinaphex 2020-07-07 07:49:33 +02:00
parent 05d11f6c1d
commit 11872ea157
2 changed files with 3 additions and 3 deletions

View File

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

View File

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