Skip to content

Commit 640172a

Browse files
authored
Add "Restart required" notice to relevant menu sublabels. (#19062)
1 parent 6c1a7ff commit 640172a

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

intl/msg_hash_us.h

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1489,7 +1489,7 @@ MSG_HASH(
14891489
)
14901490
MSG_HASH(
14911491
MENU_ENUM_SUBLABEL_VIDEO_DRIVER,
1492-
"Video driver to use."
1492+
"Video driver to use. (Restart required)"
14931493
)
14941494
MSG_HASH(
14951495
MENU_ENUM_LABEL_HELP_VIDEO_DRIVER_GL1,
@@ -1589,7 +1589,7 @@ MSG_HASH(
15891589
)
15901590
MSG_HASH(
15911591
MENU_ENUM_SUBLABEL_AUDIO_DRIVER,
1592-
"Audio driver to use."
1592+
"Audio driver to use. (Restart required)"
15931593
)
15941594
MSG_HASH(
15951595
MENU_ENUM_LABEL_HELP_AUDIO_DRIVER_RSOUND,
@@ -1650,7 +1650,7 @@ MSG_HASH(
16501650
)
16511651
MSG_HASH(
16521652
MENU_ENUM_SUBLABEL_MICROPHONE_DRIVER,
1653-
"Microphone driver to use."
1653+
"Microphone driver to use. (Restart required)"
16541654
)
16551655
MSG_HASH(
16561656
MENU_ENUM_LABEL_VALUE_MICROPHONE_RESAMPLER_DRIVER,
@@ -1691,31 +1691,31 @@ MSG_HASH(
16911691
)
16921692
MSG_HASH(
16931693
MENU_ENUM_SUBLABEL_CAMERA_DRIVER,
1694-
"Camera driver to use."
1694+
"Camera driver to use. (Restart required)"
16951695
)
16961696
MSG_HASH(
16971697
MENU_ENUM_LABEL_VALUE_BLUETOOTH_DRIVER,
16981698
"Bluetooth"
16991699
)
17001700
MSG_HASH(
17011701
MENU_ENUM_SUBLABEL_BLUETOOTH_DRIVER,
1702-
"Bluetooth driver to use."
1702+
"Bluetooth driver to use. (Restart required)"
17031703
)
17041704
MSG_HASH(
17051705
MENU_ENUM_LABEL_VALUE_WIFI_DRIVER,
17061706
"Wi-Fi"
17071707
)
17081708
MSG_HASH(
17091709
MENU_ENUM_SUBLABEL_WIFI_DRIVER,
1710-
"Wi-Fi driver to use."
1710+
"Wi-Fi driver to use. (Restart required)"
17111711
)
17121712
MSG_HASH(
17131713
MENU_ENUM_LABEL_VALUE_LOCATION_DRIVER,
17141714
"Location"
17151715
)
17161716
MSG_HASH(
17171717
MENU_ENUM_SUBLABEL_LOCATION_DRIVER,
1718-
"Location driver to use."
1718+
"Location driver to use. (Restart required)"
17191719
)
17201720
MSG_HASH(
17211721
MENU_ENUM_LABEL_VALUE_MENU_DRIVER,
@@ -1747,15 +1747,15 @@ MSG_HASH(
17471747
)
17481748
MSG_HASH(
17491749
MENU_ENUM_SUBLABEL_RECORD_DRIVER,
1750-
"Record driver to use."
1750+
"Record driver to use. (Restart required)"
17511751
)
17521752
MSG_HASH(
17531753
MENU_ENUM_LABEL_VALUE_MIDI_DRIVER,
17541754
"MIDI"
17551755
)
17561756
MSG_HASH(
17571757
MENU_ENUM_SUBLABEL_MIDI_DRIVER,
1758-
"MIDI driver to use."
1758+
"MIDI driver to use. (Restart required)"
17591759
)
17601760

17611761
/* Settings > Video */
@@ -3190,7 +3190,7 @@ MSG_HASH(
31903190
)
31913191
MSG_HASH(
31923192
MENU_ENUM_SUBLABEL_INPUT_MAX_USERS,
3193-
"Maximum amount of users supported by RetroArch."
3193+
"Maximum amount of users supported by RetroArch. (Restart required)"
31943194
)
31953195
MSG_HASH(
31963196
MENU_ENUM_LABEL_VALUE_INPUT_POLL_TYPE_BEHAVIOR,

0 commit comments

Comments
 (0)