(Menu) USE_THIS_DIRECTORY_* menu hashes

This commit is contained in:
twinaphex 2015-06-19 03:08:37 +02:00
parent 5ab5f0e07e
commit 0d0e050676
3 changed files with 5 additions and 1 deletions

View File

@ -1557,7 +1557,8 @@ static int menu_displaylist_parse_generic(menu_displaylist_info_t *info, bool *n
if (push_dir)
menu_list_push(info->list,
menu_hash_to_str(MENU_LABEL_VALUE_USE_THIS_DIRECTORY), "",
menu_hash_to_str(MENU_LABEL_VALUE_USE_THIS_DIRECTORY),
menu_hash_to_str(MENU_LABEL_USE_THIS_DIRECTORY),
MENU_FILE_USE_DIRECTORY, 0 ,0);
if (!str_list)

View File

@ -47,6 +47,8 @@ static const char *menu_hash_to_str_english(uint32_t hash)
{
switch (hash)
{
case MENU_LABEL_VALUE_USE_THIS_DIRECTORY:
return "<Use this directory>";
case MENU_LABEL_VALUE_RDB_ENTRY_START_CONTENT:
return "Start Content";
case MENU_LABEL_RDB_ENTRY_START_CONTENT:

View File

@ -32,6 +32,7 @@ extern "C" {
#define MENU_LABEL_VALUE_SHADER_OPTIONS 0xf3fb0028U
#define MENU_LABEL_VALUE_USE_THIS_DIRECTORY 0xc5fc9ed9U
#define MENU_LABEL_USE_THIS_DIRECTORY 0xc51d351dU
#define MENU_LABEL_VALUE_CORE_OPTIONS 0x1477b95aU
#define MENU_LABEL_VALUE_NO_SHADER_PARAMETERS 0x8ccc809bU
#define MENU_LABEL_VALUE_NO_CORE_INFORMATION_AVAILABLE 0x2a11fe80U