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
settings: migrate the third main menu action group to a single-source def file
Performed by tools/settings_migrate_group.py with the standard
battery including the platform-profile lanes and the integrated
enum consolidation stage.
Copy file name to clipboardExpand all lines: intl/msg_hash_us.h
+74-26Lines changed: 74 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -175,32 +175,80 @@ MSG_HASH(
175
175
MENU_ENUM_LABEL_HELP_LOAD_CONTENT_LIST,
176
176
"Browse for content. To load content, you need a 'Core' to use, and a content file.\nTo control where the menu starts to browse for content, set 'File Browser Directory'. If not set, it will start in root.\nThe browser will filter out extensions for the last core set in 'Load Core', and use that core when content is loaded."
177
177
)
178
-
MSG_HASH(
179
-
MENU_ENUM_LABEL_VALUE_LOAD_DISC,
180
-
"Load Disc"
181
-
)
182
-
MSG_HASH(
183
-
MENU_ENUM_SUBLABEL_LOAD_DISC,
184
-
"Load a physical media disc. First select the core (Load Core) to use with the disc."
185
-
)
186
-
MSG_HASH(
187
-
MENU_ENUM_LABEL_VALUE_DUMP_DISC,
188
-
"Dump Disc"
189
-
)
190
-
MSG_HASH( /* FIXME Is a specific image format used? Is it determined automatically? User choice? */
191
-
MENU_ENUM_SUBLABEL_DUMP_DISC,
192
-
"Dump the physical media disc to internal storage. It will be saved as an image file."
193
-
)
194
-
#ifdef HAVE_LAKKA
195
-
MSG_HASH(
196
-
MENU_ENUM_LABEL_VALUE_EJECT_DISC,
197
-
"Eject Disc"
198
-
)
199
-
MSG_HASH(
200
-
MENU_ENUM_SUBLABEL_EJECT_DISC,
201
-
"Ejects the disc from physical CD/DVD drive."
202
-
)
203
-
#endif
178
+
/* GENERATED REGION: third main menu action group (see settings_def_menu_main_actions_3.h). */
0 commit comments