mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-13 06:10:55 +00:00
85 lines
2.0 KiB
C
85 lines
2.0 KiB
C
MSG_HASH(
|
|
MSG_DEVICE_DISCONNECTED_FROM_PORT,
|
|
"Device disconnected from port"
|
|
)
|
|
MSG_HASH(
|
|
MSG_UNKNOWN_NETPLAY_COMMAND_RECEIVED,
|
|
"Unknown netplay command received"
|
|
)
|
|
MSG_HASH(
|
|
MSG_FILE_ALREADY_EXISTS_SAVING_TO_BACKUP_BUFFER,
|
|
"File already exists. Saving to backup buffer"
|
|
)
|
|
MSG_HASH(
|
|
MSG_GOT_CONNECTION_FROM,
|
|
"Got connection from"
|
|
)
|
|
MSG_HASH(
|
|
MSG_NETPLAY_USERS_HAS_FLIPPED,
|
|
"Netplay users has flipped"
|
|
)
|
|
MSG_HASH(
|
|
MSG_SETTING_DISK_IN_TRAY,
|
|
"Setting disk in tray"
|
|
)
|
|
MSG_HASH(
|
|
MSG_WAITING_FOR_CLIENT,
|
|
"Waiting for client ..."
|
|
)
|
|
MSG_HASH(
|
|
MENU_ENUM_SUBLABEL_MENU_SETTINGS,
|
|
"Adjusts settings related to the appearance of the menu screen."
|
|
)
|
|
MSG_HASH(
|
|
MENU_ENUM_SUBLABEL_VIDEO_HARD_SYNC,
|
|
"Hard-synchronize the CPU and GPU. Reduces latency at the cost of performance."
|
|
)
|
|
MSG_HASH(
|
|
MENU_ENUM_SUBLABEL_VIDEO_THREADED,
|
|
"Improves performance at the cost of latency and more video stuttering. Use only if you cannot obtain full speed otherwise."
|
|
)
|
|
MSG_HASH(
|
|
MSG_AUDIO_VOLUME,
|
|
"Audio volume"
|
|
)
|
|
MSG_HASH(
|
|
MSG_AUTODETECT,
|
|
"Autodetect"
|
|
)
|
|
MSG_HASH(
|
|
MSG_AUTOLOADING_SAVESTATE_FROM,
|
|
"Auto-loading savestate from"
|
|
)
|
|
MSG_HASH(
|
|
MSG_CONNECTING_TO_NETPLAY_HOST,
|
|
"Connecting to netplay host"
|
|
)
|
|
MSG_HASH(
|
|
MSG_CONNECTING_TO_PORT,
|
|
"Connecting to port"
|
|
)
|
|
MSG_HASH(
|
|
MSG_CONNECTION_SLOT,
|
|
"Connection slot"
|
|
)
|
|
MSG_HASH(
|
|
MSG_SORRY_UNIMPLEMENTED_CORES_DONT_DEMAND_CONTENT_NETPLAY,
|
|
"Sorry, unimplemented: cores that don't demand content cannot participate in netplay."
|
|
)
|
|
MSG_HASH(
|
|
MENU_ENUM_LABEL_VALUE_ACCOUNTS_CHEEVOS_PASSWORD,
|
|
"Password"
|
|
)
|
|
MSG_HASH(
|
|
MENU_ENUM_LABEL_VALUE_ACCOUNTS_CHEEVOS_SETTINGS,
|
|
"Accounts Cheevos"
|
|
)
|
|
MSG_HASH(
|
|
MENU_ENUM_LABEL_VALUE_ACCOUNTS_CHEEVOS_USERNAME,
|
|
"Username"
|
|
)
|
|
MSG_HASH(
|
|
MENU_ENUM_LABEL_VALUE_ACCOUNTS_LIST,
|
|
"Accounts"
|
|
)
|