mirror of
https://github.com/libretro/RetroArch.git
synced 2025-01-25 02:48:08 +00:00
Add MENU_LABEL_START_CORE/MENU_LABEL_VALUE_START_CORE
This commit is contained in:
parent
23d99495a4
commit
5cd12a106e
@ -26,6 +26,8 @@ static const char *menu_hash_to_str_us_label(uint32_t hash)
|
||||
{
|
||||
switch (hash)
|
||||
{
|
||||
case MENU_LABEL_START_CORE:
|
||||
return "start_core";
|
||||
case MENU_LABEL_CHEEVOS_TEST_UNOFFICIAL:
|
||||
return "cheevos_test_unofficial";
|
||||
case MENU_LABEL_CHEEVOS_ENABLE:
|
||||
@ -1642,6 +1644,8 @@ const char *menu_hash_to_str_us(uint32_t hash)
|
||||
return "Use Builtin Image Viewer";
|
||||
case MENU_LABEL_VALUE_ENABLE:
|
||||
return "Enable";
|
||||
case MENU_LABEL_VALUE_START_CORE:
|
||||
return "Start Core";
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
@ -666,6 +666,8 @@ extern "C" {
|
||||
#define MENU_LABEL_DETECT_CORE_LIST 0xaa07c341U
|
||||
#define MENU_LABEL_VALUE_DETECT_CORE_LIST 0x2a2ebd1aU
|
||||
#define MENU_LABEL_DETECT_CORE_LIST_OK 0xabba2a7aU
|
||||
#define MENU_LABEL_START_CORE 0xb0b6ae5bU
|
||||
#define MENU_LABEL_VALUE_START_CORE 0x2adef65cU
|
||||
#define MENU_LABEL_LOAD_CONTENT 0x828943c3U
|
||||
#define MENU_LABEL_VALUE_LOAD_CONTENT 0xf0e39e65U
|
||||
#define MENU_LABEL_VALUE_CORE_UPDATER_LIST 0x0372767dU
|
||||
|
Loading…
x
Reference in New Issue
Block a user