mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 00:39:53 +00:00
Make Threaded Video an option that requires a restart
This commit is contained in:
parent
6e59d52184
commit
05d11f6c1d
@ -1302,11 +1302,11 @@ MSG_HASH(
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_VIDEO_THREADED,
|
||||
"Threaded Video"
|
||||
"Threaded Video (Restart)"
|
||||
)
|
||||
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."
|
||||
"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."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_VIDEO_BLACK_FRAME_INSERTION,
|
||||
|
@ -10449,7 +10449,7 @@ static bool setting_append_list(
|
||||
parent_group,
|
||||
general_write_handler,
|
||||
general_read_handler,
|
||||
SD_FLAG_CMD_APPLY_AUTO
|
||||
SD_FLAG_NONE
|
||||
);
|
||||
MENU_SETTINGS_LIST_CURRENT_ADD_CMD(list, list_info, CMD_EVENT_REINIT);
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user