mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 20:51:47 +00:00
set_label_shader_watch_for_changes - simplify
This commit is contained in:
parent
b9e8e95498
commit
86839db417
@ -272,9 +272,9 @@ static void menu_action_setting_disp_set_label_shader_watch_for_changes(
|
|||||||
if (settings)
|
if (settings)
|
||||||
{
|
{
|
||||||
if (settings->bools.video_shader_watch_files)
|
if (settings->bools.video_shader_watch_files)
|
||||||
snprintf(s, len, "%s", msg_hash_to_str(MENU_ENUM_LABEL_VALUE_TRUE));
|
strlcpy(s, msg_hash_to_str(MENU_ENUM_LABEL_VALUE_TRUE), len);
|
||||||
else
|
else
|
||||||
snprintf(s, len, "%s", msg_hash_to_str(MENU_ENUM_LABEL_VALUE_FALSE));
|
strlcpy(s, msg_hash_to_str(MENU_ENUM_LABEL_VALUE_FALSE), len);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user