mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Added description for new entries in vita menu (us-jp)
This commit is contained in:
parent
0b2dfc0a34
commit
78ef047b48
2 changed files with 8 additions and 2 deletions
|
@ -1509,10 +1509,10 @@ int menu_hash_get_help_jp_enum(enum msg_hash_enums msg, char *s, size_t len)
|
|||
);
|
||||
break;
|
||||
case MENU_ENUM_LABEL_INPUT_TOUCH_ENABLE:
|
||||
snprintf(s, len, "Enable touch support");
|
||||
snprintf(s, len, "Enable touch support.");
|
||||
break;
|
||||
case MENU_ENUM_LABEL_INPUT_PREFER_FRONT_TOUCH:
|
||||
snprintf(s, len, "Use front instead of back touch");
|
||||
snprintf(s, len, "Use front instead of back touch.");
|
||||
break;
|
||||
case MENU_ENUM_LABEL_MOUSE_ENABLE:
|
||||
snprintf(s, len, "Enable mouse input inside the menu.");
|
||||
|
|
|
@ -1519,6 +1519,12 @@ int menu_hash_get_help_us_enum(enum msg_hash_enums msg, char *s, size_t len)
|
|||
"Numbers are described in frames."
|
||||
);
|
||||
break;
|
||||
case MENU_ENUM_LABEL_INPUT_TOUCH_ENABLE:
|
||||
snprintf(s, len, "Enable touch support.");
|
||||
break;
|
||||
case MENU_ENUM_LABEL_INPUT_PREFER_FRONT_TOUCH:
|
||||
snprintf(s, len, "Use front instead of back touch.");
|
||||
break;
|
||||
case MENU_ENUM_LABEL_MOUSE_ENABLE:
|
||||
snprintf(s, len, "Enable mouse input inside the menu.");
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue