mirror of
https://github.com/libretro/RetroArch
synced 2025-03-31 10:20:41 +00:00
Add help messages
This commit is contained in:
parent
56a7cad203
commit
af3b8e6241
@ -204,6 +204,23 @@ int menu_hash_get_help_us_enum(enum msg_hash_enums msg, char *s, size_t len)
|
|||||||
|
|
||||||
switch (msg)
|
switch (msg)
|
||||||
{
|
{
|
||||||
|
case MENU_ENUM_LABEL_RESUME_CONTENT:
|
||||||
|
snprintf(s, len, "Exits from the menu and returns back \n"
|
||||||
|
"to the content.");
|
||||||
|
break;
|
||||||
|
case MENU_ENUM_LABEL_RESTART_CONTENT:
|
||||||
|
snprintf(s, len, "Restarts the content from the beginning.");
|
||||||
|
break;
|
||||||
|
case MENU_ENUM_LABEL_CLOSE_CONTENT:
|
||||||
|
snprintf(s, len, "Closes the content and unloads it from \n"
|
||||||
|
"memory.");
|
||||||
|
break;
|
||||||
|
case MENU_ENUM_LABEL_TAKE_SCREENSHOT:
|
||||||
|
snprintf(s, len, "Create a screenshot. \n"
|
||||||
|
" \n"
|
||||||
|
"The screenshot will be stored inside the \n"
|
||||||
|
"Screenshot Directory.");
|
||||||
|
break;
|
||||||
case MENU_ENUM_LABEL_RUN:
|
case MENU_ENUM_LABEL_RUN:
|
||||||
snprintf(s, len, "Start the content.");
|
snprintf(s, len, "Start the content.");
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user