mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-20 01:22:16 +00:00
More help messages
This commit is contained in:
parent
b9aa9a6b1e
commit
746c6c85c2
@ -204,6 +204,13 @@ int menu_hash_get_help_us_enum(enum msg_hash_enums msg, char *s, size_t len)
|
||||
|
||||
switch (msg)
|
||||
{
|
||||
case MENU_ENUM_LABEL_RUN:
|
||||
snprintf(s, len, "Start the content.");
|
||||
break;
|
||||
case MENU_ENUM_LABEL_INFORMATION:
|
||||
snprintf(s, len, "Show additional metatadata information \n"
|
||||
"about the content.");
|
||||
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