mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 07:13:35 +00:00
(Menu) USE_THIS_DIRECTORY_* menu hashes
This commit is contained in:
parent
5ab5f0e07e
commit
0d0e050676
@ -1557,7 +1557,8 @@ static int menu_displaylist_parse_generic(menu_displaylist_info_t *info, bool *n
|
|||||||
|
|
||||||
if (push_dir)
|
if (push_dir)
|
||||||
menu_list_push(info->list,
|
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);
|
MENU_FILE_USE_DIRECTORY, 0 ,0);
|
||||||
|
|
||||||
if (!str_list)
|
if (!str_list)
|
||||||
|
@ -47,6 +47,8 @@ static const char *menu_hash_to_str_english(uint32_t hash)
|
|||||||
{
|
{
|
||||||
switch (hash)
|
switch (hash)
|
||||||
{
|
{
|
||||||
|
case MENU_LABEL_VALUE_USE_THIS_DIRECTORY:
|
||||||
|
return "<Use this directory>";
|
||||||
case MENU_LABEL_VALUE_RDB_ENTRY_START_CONTENT:
|
case MENU_LABEL_VALUE_RDB_ENTRY_START_CONTENT:
|
||||||
return "Start Content";
|
return "Start Content";
|
||||||
case MENU_LABEL_RDB_ENTRY_START_CONTENT:
|
case MENU_LABEL_RDB_ENTRY_START_CONTENT:
|
||||||
|
@ -32,6 +32,7 @@ extern "C" {
|
|||||||
|
|
||||||
#define MENU_LABEL_VALUE_SHADER_OPTIONS 0xf3fb0028U
|
#define MENU_LABEL_VALUE_SHADER_OPTIONS 0xf3fb0028U
|
||||||
#define MENU_LABEL_VALUE_USE_THIS_DIRECTORY 0xc5fc9ed9U
|
#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_CORE_OPTIONS 0x1477b95aU
|
||||||
#define MENU_LABEL_VALUE_NO_SHADER_PARAMETERS 0x8ccc809bU
|
#define MENU_LABEL_VALUE_NO_SHADER_PARAMETERS 0x8ccc809bU
|
||||||
#define MENU_LABEL_VALUE_NO_CORE_INFORMATION_AVAILABLE 0x2a11fe80U
|
#define MENU_LABEL_VALUE_NO_CORE_INFORMATION_AVAILABLE 0x2a11fe80U
|
||||||
|
Loading…
x
Reference in New Issue
Block a user