mirror of
https://github.com/libretro/RetroArch.git
synced 2024-12-12 02:44:00 +00:00
(Menu) Update labels
This commit is contained in:
parent
2e86b4b241
commit
e37a0d1d80
@ -311,6 +311,10 @@ static const char *menu_hash_to_str_english(uint32_t hash)
|
||||
{
|
||||
switch (hash)
|
||||
{
|
||||
case MENU_LABEL_VIDEO_DRIVER:
|
||||
return "video_driver";
|
||||
case MENU_LABEL_VALUE_VIDEO_DRIVER:
|
||||
return "Video Driver";
|
||||
case MENU_LABEL_RECORD_ENABLE:
|
||||
return "record_enable";
|
||||
case MENU_LABEL_VALUE_RECORD_ENABLE:
|
||||
|
Loading…
Reference in New Issue
Block a user