mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
Add help message
This commit is contained in:
parent
746c6c85c2
commit
56a7cad203
@ -211,6 +211,9 @@ int menu_hash_get_help_us_enum(enum msg_hash_enums msg, char *s, size_t len)
|
||||
snprintf(s, len, "Show additional metatadata information \n"
|
||||
"about the content.");
|
||||
break;
|
||||
case MENU_ENUM_LABEL_FILE_BROWSER_CONFIG:
|
||||
snprintf(s, len, "Configuration file.");
|
||||
break;
|
||||
case MENU_ENUM_LABEL_FILE_BROWSER_COMPRESSED_ARCHIVE:
|
||||
snprintf(s, len, "Compressed archive file.");
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user