mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-23 11:18:25 +00:00
Add default message for resampler
This commit is contained in:
parent
4587282781
commit
15d4a89003
@ -352,6 +352,10 @@ int menu_hash_get_help_us_enum(enum msg_hash_enums msg, char *s, size_t len)
|
|||||||
snprintf(s, len,
|
snprintf(s, len,
|
||||||
"Convoluted Cosine implementation.");
|
"Convoluted Cosine implementation.");
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
if (string_is_empty(s))
|
||||||
|
strlcpy(s, msg_hash_to_str(MENU_ENUM_LABEL_VALUE_NO_INFORMATION_AVAILABLE), len);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case MENU_ENUM_LABEL_VIDEO_SHADER_PRESET:
|
case MENU_ENUM_LABEL_VIDEO_SHADER_PRESET:
|
||||||
|
Loading…
Reference in New Issue
Block a user