You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RetroFlag cases for RPi implementation (for Lakka) (#18644)
This patch implements functionality (safe-shutdown, reset) to Lakka for
Raspberry Pi devices using various RetroFlags cases for various
Raspberry Pi models.
Additional guards added to makefile to make sure that make options
specific to Lakka are only used with Lakka.
Co-authored-by: Shigeaki Asai <[email protected]>
Copy file name to clipboardExpand all lines: intl/msg_hash_us.h
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -16840,6 +16840,24 @@ MSG_HASH(
16840
16840
MENU_ENUM_SUBLABEL_TIMEZONE,
16841
16841
"Select your time zone to adjust the date and time to your location."
16842
16842
)
16843
+
#ifdefHAVE_RETROFLAG
16844
+
MSG_HASH(
16845
+
MENU_ENUM_LABEL_VALUE_SAFESHUTDOWN_ENABLE,
16846
+
#ifdefHAVE_RETROFLAG_RPI5
16847
+
"Retroflag Safe Shutdown"
16848
+
#else
16849
+
"Retroflag Safe Shutdown (Reboot required)"
16850
+
#endif
16851
+
)
16852
+
MSG_HASH(
16853
+
MENU_ENUM_SUBLABEL_SAFESHUTDOWN_ENABLE,
16854
+
#ifdefHAVE_RETROFLAG_RPI5
16855
+
"For use with compatible Retroflag case."
16856
+
#else
16857
+
"For use with compatible Retroflag case. Reboot is required when changing."
16858
+
#endif
16859
+
)
16860
+
#endif
16843
16861
MSG_HASH(
16844
16862
MENU_ENUM_LABEL_HELP_TIMEZONE,
16845
16863
"Displays a list of available timezones. After selecting a time zone, time and date is adjusted to the selected time zone. It assumes, that system/hardware clock is set to UTC."
0 commit comments