(msg hashes) Update
This commit is contained in:
parent
dfc188a7ed
commit
8e5ebd7083
|
@ -3004,26 +3004,6 @@ const char *msg_hash_to_str_us(enum msg_hash_enums msg)
|
||||||
switch (msg)
|
switch (msg)
|
||||||
{
|
{
|
||||||
#include "msg_hash_us.h"
|
#include "msg_hash_us.h"
|
||||||
case MENU_ENUM_LABEL_VALUE_ACCOUNTS_LIST_END:
|
|
||||||
return "Accounts List Endpoint";
|
|
||||||
case MENU_ENUM_LABEL_VALUE_ACCOUNTS_RETRO_ACHIEVEMENTS:
|
|
||||||
return "Retro Achievements";
|
|
||||||
case MENU_ENUM_LABEL_VALUE_ACHIEVEMENT_LIST:
|
|
||||||
return "Achievement List";
|
|
||||||
case MENU_ENUM_LABEL_VALUE_ADD_CONTENT_LIST:
|
|
||||||
return "Scan Content";
|
|
||||||
case MENU_ENUM_LABEL_VALUE_CONFIGURATIONS_LIST:
|
|
||||||
return "Configurations";
|
|
||||||
case MENU_ENUM_LABEL_VALUE_ADD_TAB:
|
|
||||||
return "Import content";
|
|
||||||
case MENU_ENUM_LABEL_VALUE_ARCHIVE_MODE:
|
|
||||||
return "Archive File Association Action";
|
|
||||||
case MENU_ENUM_LABEL_VALUE_ASK_ARCHIVE:
|
|
||||||
return "Ask";
|
|
||||||
case MENU_ENUM_LABEL_VALUE_ASSETS_DIRECTORY:
|
|
||||||
return "Assets Dir";
|
|
||||||
case MENU_ENUM_LABEL_VALUE_AUDIO_BLOCK_FRAMES:
|
|
||||||
return "Block Frames";
|
|
||||||
case MENU_ENUM_LABEL_VALUE_AUDIO_DEVICE:
|
case MENU_ENUM_LABEL_VALUE_AUDIO_DEVICE:
|
||||||
return "Audio Device";
|
return "Audio Device";
|
||||||
case MENU_ENUM_LABEL_VALUE_AUDIO_DRIVER:
|
case MENU_ENUM_LABEL_VALUE_AUDIO_DRIVER:
|
||||||
|
|
|
@ -82,3 +82,43 @@ MSG_HASH(
|
||||||
MENU_ENUM_LABEL_VALUE_ACCOUNTS_LIST,
|
MENU_ENUM_LABEL_VALUE_ACCOUNTS_LIST,
|
||||||
"Accounts"
|
"Accounts"
|
||||||
)
|
)
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_LABEL_VALUE_ACCOUNTS_LIST_END,
|
||||||
|
"Accounts List Endpoint"
|
||||||
|
)
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_LABEL_VALUE_ACCOUNTS_RETRO_ACHIEVEMENTS,
|
||||||
|
"Retro Achievements"
|
||||||
|
)
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_LABEL_VALUE_ACHIEVEMENT_LIST,
|
||||||
|
"Achievement List"
|
||||||
|
)
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_LABEL_VALUE_ADD_CONTENT_LIST,
|
||||||
|
"Scan Content"
|
||||||
|
)
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_LABEL_VALUE_CONFIGURATIONS_LIST,
|
||||||
|
"Configurations"
|
||||||
|
)
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_LABEL_VALUE_ADD_TAB,
|
||||||
|
"Import content"
|
||||||
|
)
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_LABEL_VALUE_ARCHIVE_MODE,
|
||||||
|
"Archive File Association Action"
|
||||||
|
)
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_LABEL_VALUE_ASK_ARCHIVE,
|
||||||
|
"Ask"
|
||||||
|
)
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_LABEL_VALUE_ASSETS_DIRECTORY,
|
||||||
|
"Assets Dir"
|
||||||
|
)
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_LABEL_VALUE_AUDIO_BLOCK_FRAMES,
|
||||||
|
"Block Frames"
|
||||||
|
)
|
||||||
|
|
Loading…
Reference in New Issue