mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +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)
|
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:
|
case MENU_LABEL_VIDEO_DRIVER:
|
||||||
return "video_driver";
|
return "video_driver";
|
||||||
case MENU_LABEL_VALUE_VIDEO_DRIVER:
|
case MENU_LABEL_VALUE_VIDEO_DRIVER:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user