mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 13:14:04 +00:00
Correct styling in msg_hash_us
This commit is contained in:
parent
9dfa48395e
commit
307630722c
@ -7574,11 +7574,19 @@ MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_ACCOUNTS_YOUTUBE,
|
||||
"YouTube"
|
||||
)
|
||||
MSG_HASH(MENU_ENUM_LABEL_VALUE_TWITCH_STREAM_KEY,
|
||||
"Twitch Stream Key")
|
||||
MSG_HASH(MENU_ENUM_LABEL_VALUE_YOUTUBE_STREAM_KEY,
|
||||
"YouTube Stream Key")
|
||||
MSG_HASH(MENU_ENUM_LABEL_VALUE_STREAMING_MODE,
|
||||
"Streaming Mode")
|
||||
MSG_HASH(MENU_ENUM_LABEL_VALUE_STREAMING_TITLE,
|
||||
"Title of Stream")
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_TWITCH_STREAM_KEY,
|
||||
"Twitch Stream Key"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_YOUTUBE_STREAM_KEY,
|
||||
"YouTube Stream Key"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_STREAMING_MODE,
|
||||
"Streaming Mode"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_STREAMING_TITLE,
|
||||
"Title of Stream"
|
||||
)
|
Loading…
x
Reference in New Issue
Block a user