(Menu) Menu hashes update

This commit is contained in:
twinaphex 2015-06-19 08:25:39 +02:00
parent 3a1db6e433
commit d473c1a4a6
3 changed files with 7 additions and 2 deletions

View File

@ -58,6 +58,10 @@ static const char *menu_hash_to_str_english(uint32_t hash)
{
switch (hash)
{
case MENU_LABEL_REWIND_GRANULARITY:
return "rewind_granularity";
case MENU_LABEL_VALUE_REWIND_GRANULARITY:
return "Rewind Granularity";
case MENU_LABEL_REMAP_FILE_LOAD:
return "remap_file_load";
case MENU_LABEL_VALUE_REMAP_FILE_LOAD:

View File

@ -71,6 +71,7 @@ extern "C" {
#define MENU_LABEL_VIDEO_FRAME_DELAY 0xd4aa9df4U
#define MENU_LABEL_SCREENSHOT 0x9a37f083U
#define MENU_LABEL_REWIND_GRANULARITY 0xe859cbdfU
#define MENU_LABEL_VALUE_REWIND_GRANULARITY 0x6e1ae4c0U
#define MENU_LABEL_VIDEO_THREADED 0x0626179cU
#define MENU_LABEL_VIDEO_VSYNC 0x09c2d34eU
#define MENU_LABEL_VIDEO_HARD_SYNC 0xdcd623b6U

View File

@ -4319,8 +4319,8 @@ static bool setting_append_list_rewind_options(
#endif
CONFIG_UINT(
settings->rewind_granularity,
"rewind_granularity",
"Rewind Granularity",
menu_hash_to_str(MENU_LABEL_REWIND_GRANULARITY),
menu_hash_to_str(MENU_LABEL_VALUE_REWIND_GRANULARITY),
rewind_granularity,
group_info.name,
subgroup_info.name,