mirror of
https://github.com/libretro/RetroArch.git
synced 2024-12-12 02:44:00 +00:00
(Menu) Menu hash update
This commit is contained in:
parent
eaab8d97ef
commit
8226f2bae5
@ -193,6 +193,8 @@ static const char *menu_hash_to_str_english(uint32_t hash)
|
||||
{
|
||||
switch (hash)
|
||||
{
|
||||
case MENU_LABEL_REWIND_ENABLE:
|
||||
return "rewind_enable";
|
||||
case MENU_LABEL_CONTENT_COLLECTION_LIST:
|
||||
return "content_collection_list";
|
||||
case MENU_LABEL_VALUE_CONTENT_COLLECTION_LIST:
|
||||
|
@ -140,6 +140,7 @@ extern "C" {
|
||||
#define MENU_LABEL_VALUE_AUDIO_DEVICE 0xcacf3707U
|
||||
|
||||
#define MENU_LABEL_REWIND_ENABLE 0x9761e074U
|
||||
#define MENU_LABEL_VALUE_REWIND_ENABLE 0xce8cc18eU
|
||||
#define MENU_LABEL_ENABLE_HOTKEY 0xc04037bfU
|
||||
#define MENU_LABEL_DISK_EJECT_TOGGLE 0x49633fbbU
|
||||
#define MENU_LABEL_DISK_NEXT 0xeeaf6c6eU
|
||||
|
@ -4293,8 +4293,8 @@ static bool setting_append_list_rewind_options(
|
||||
|
||||
CONFIG_BOOL(
|
||||
settings->rewind_enable,
|
||||
"rewind_enable",
|
||||
"Rewind",
|
||||
menu_hash_to_str(MENU_LABEL_REWIND_ENABLE),
|
||||
menu_hash_to_str(MENU_LABEL_VALUE_REWIND_ENABLE),
|
||||
rewind_enable,
|
||||
menu_hash_to_str(MENU_VALUE_OFF),
|
||||
menu_hash_to_str(MENU_VALUE_ON),
|
||||
|
Loading…
Reference in New Issue
Block a user