mirror of
https://github.com/libretro/RetroArch
synced 2025-02-23 06:41:04 +00:00
(Menu) Hash update
This commit is contained in:
parent
8226f2bae5
commit
77ba2d254e
@ -195,6 +195,8 @@ static const char *menu_hash_to_str_english(uint32_t hash)
|
|||||||
{
|
{
|
||||||
case MENU_LABEL_REWIND_ENABLE:
|
case MENU_LABEL_REWIND_ENABLE:
|
||||||
return "rewind_enable";
|
return "rewind_enable";
|
||||||
|
case MENU_LABEL_VALUE_REWIND_ENABLE:
|
||||||
|
return "Rewind Enable";
|
||||||
case MENU_LABEL_CONTENT_COLLECTION_LIST:
|
case MENU_LABEL_CONTENT_COLLECTION_LIST:
|
||||||
return "content_collection_list";
|
return "content_collection_list";
|
||||||
case MENU_LABEL_VALUE_CONTENT_COLLECTION_LIST:
|
case MENU_LABEL_VALUE_CONTENT_COLLECTION_LIST:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user