mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 13:20:30 +00:00
Cleanups of labels
This commit is contained in:
parent
883d4abea0
commit
11e7103fbd
@ -2144,3 +2144,11 @@ MSG_HASH(
|
||||
MSG_DEVICE_NOT_CONFIGURED,
|
||||
"not configured"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_DATABASE_CURSOR_LIST,
|
||||
"Database Cursor List"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_DATABASE_CURSOR_LIST_ENTRY_DEVELOPER,
|
||||
"Database Cursor List - Filter : Developer"
|
||||
)
|
||||
|
@ -2170,3 +2170,11 @@ MSG_HASH(
|
||||
MSG_DEVICE_NOT_CONFIGURED,
|
||||
"設定されていない"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_DATABASE_CURSOR_LIST,
|
||||
"Database Cursor List"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_DATABASE_CURSOR_LIST_ENTRY_DEVELOPER,
|
||||
"Database Cursor List - Filter : Developer"
|
||||
)
|
||||
|
@ -1090,3 +1090,9 @@ MSG_HASH(MSG_FAILED_TO_START_AUDIO_DRIVER,
|
||||
"failed_to_start_audio_driver")
|
||||
MSG_HASH(MSG_FOUND_LAST_STATE_SLOT,
|
||||
"found_last_state_slot")
|
||||
MSG_HASH(MENU_ENUM_LABEL_DATABASE_SELECTION,
|
||||
"database_selection")
|
||||
MSG_HASH(MENU_ENUM_LABEL_DATABASE_CURSOR_LIST,
|
||||
"database_cursor_list")
|
||||
MSG_HASH(MENU_ENUM_LABEL_DATABASE_CURSOR_LIST_ENTRY_DEVELOPER,
|
||||
"database_cursor_list_entry_developer")
|
||||
|
@ -2172,3 +2172,11 @@ MSG_HASH(
|
||||
MSG_DEVICE_NOT_CONFIGURED,
|
||||
"not configured"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_DATABASE_CURSOR_LIST,
|
||||
"Database Cursor List"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_DATABASE_CURSOR_LIST_ENTRY_DEVELOPER,
|
||||
"Database Cursor List - Filter : Developer"
|
||||
)
|
||||
|
@ -2178,3 +2178,11 @@ MSG_HASH(
|
||||
MSG_DEVICE_NOT_CONFIGURED,
|
||||
"not configured"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_DATABASE_CURSOR_LIST,
|
||||
"Database Cursor List"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_DATABASE_CURSOR_LIST_ENTRY_DEVELOPER,
|
||||
"Database Cursor List - Filter : Developer"
|
||||
)
|
||||
|
@ -208,17 +208,8 @@ static int action_get_title_generic(char *s, size_t len, const char *path,
|
||||
} \
|
||||
|
||||
default_title_generic_macro(action_get_title_deferred_database_manager_list,MENU_ENUM_LABEL_VALUE_DATABASE_SELECTION)
|
||||
static int action_get_title_deferred_cursor_manager_list(const char *path, const char *label,
|
||||
unsigned menu_type, char *s, size_t len)
|
||||
{
|
||||
return action_get_title_generic(s, len, path, "Database Cursor List");
|
||||
}
|
||||
|
||||
static int action_get_title_list_rdb_entry_developer(const char *path, const char *label,
|
||||
unsigned menu_type, char *s, size_t len)
|
||||
{
|
||||
return action_get_title_generic(s, len, path, "Database Cursor List - Filter: Developer ");
|
||||
}
|
||||
default_title_generic_macro(action_get_title_deferred_cursor_manager_list,MENU_ENUM_LABEL_VALUE_DATABASE_CURSOR_LIST)
|
||||
default_title_generic_macro(action_get_title_list_rdb_entry_developer,MENU_ENUM_LABEL_VALUE_DATABASE_CURSOR_LIST_ENTRY_DEVELOPER)
|
||||
|
||||
static int action_get_title_list_rdb_entry_publisher(const char *path, const char *label,
|
||||
unsigned menu_type, char *s, size_t len)
|
||||
|
@ -1386,7 +1386,9 @@ enum msg_hash_enums
|
||||
MENU_ENUM_LABEL_VALUE_CONTENT_DIR,
|
||||
MENU_ENUM_LABEL_VALUE_CORE_ASSETS_DIR,
|
||||
|
||||
MENU_ENUM_LABEL_VALUE_DATABASE_SELECTION,
|
||||
MENU_LABEL(DATABASE_SELECTION),
|
||||
MENU_LABEL(DATABASE_CURSOR_LIST),
|
||||
MENU_LABEL(DATABASE_CURSOR_LIST_ENTRY_DEVELOPER),
|
||||
|
||||
MENU_ENUM_LABEL_VALUE_NO,
|
||||
MENU_ENUM_LABEL_VALUE_YES,
|
||||
|
Loading…
x
Reference in New Issue
Block a user