mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-10 21:10:15 +00:00
(Menu) Fill in missing label
This commit is contained in:
parent
e37a0d1d80
commit
741d74be1f
@ -311,6 +311,10 @@ static const char *menu_hash_to_str_english(uint32_t hash)
|
||||
{
|
||||
switch (hash)
|
||||
{
|
||||
case MENU_LABEL_STDIN_CMD_ENABLE:
|
||||
return "stdin_commands";
|
||||
case MENU_LABEL_VALUE_STDIN_CMD_ENABLE:
|
||||
return "stdin Commands";
|
||||
case MENU_LABEL_VIDEO_DRIVER:
|
||||
return "video_driver";
|
||||
case MENU_LABEL_VALUE_VIDEO_DRIVER:
|
||||
|
Loading…
x
Reference in New Issue
Block a user