@@ -56,8 +56,8 @@ - (void)viewDidAppear:(BOOL)animated {
5656
5757 NSArray <UIMenuElement*>* wiiActions;
5858
59- UIMenuElement* wiiNandElement = [UIMenu menuWithTitle: DOLCoreLocalizedString (@" Manage NAND" ) children: @[
60- [UIAction actionWithTitle: DOLCoreLocalizedString (@" Import BootMii NAND Backup..." ) image: [UIImage systemImageNamed: @" internaldrive " ] identifier: nil handler: ^(UIAction*) {
59+ UIMenuElement* wiiNandElement = [UIMenu menuWithTitle: DOLCoreLocalizedString (@" Manage NAND" ) image: [UIImage systemImageNamed: @" wrench.and.screwdriver " ] identifier: nil options: 0 children: @[
60+ [UIAction actionWithTitle: DOLCoreLocalizedString (@" Import BootMii NAND Backup..." ) image: [UIImage systemImageNamed: @" square.and.arrow.down " ] identifier: nil handler: ^(UIAction*) {
6161 [self openDocumentPickerWithContentTypes: @[
6262 [UTType typeWithFilenameExtension: @" bin" ]
6363 ] pickerType: DOLSoftwareListDocumentPickerTypeImportNAND];
@@ -80,7 +80,7 @@ - (void)viewDidAppear:(BOOL)animated {
8080 std::string version = DiscIO::GetSysMenuVersionString (tmd.GetTitleVersion (), tmd.IsvWii ());
8181
8282 wiiActions = @[
83- [UIAction actionWithTitle: [NSString stringWithFormat: loadFormat, CppToFoundationString (version)] image: [UIImage systemImageNamed: @" tray.and.arrow.down " ] identifier: nil handler: ^(UIAction*) {
83+ [UIAction actionWithTitle: [NSString stringWithFormat: loadFormat, CppToFoundationString (version)] image: [UIImage systemImageNamed: @" power.circle " ] identifier: nil handler: ^(UIAction*) {
8484 self->_bootParameter = [[EmulationBootParameter alloc ] init ];
8585 self->_bootParameter .bootType = EmulationBootTypeSystemMenu;
8686
@@ -134,7 +134,7 @@ - (void)viewDidAppear:(BOOL)animated {
134134 [self openDocumentPickerWithSoftwareContentTypesAndPickerType: DOLSoftwareListDocumentPickerTypeOpenExternal];
135135 }],
136136 [UIMenu menuWithTitle: DOLCoreLocalizedString (@" GameCube" ) image: nil identifier: nil options: UIMenuOptionsDisplayInline children: @[
137- [UIMenu menuWithTitle: @" Load GameCube Main Menu" children: iplActions]
137+ [UIMenu menuWithTitle: @" Load GameCube Main Menu" image: [UIImage systemImageNamed: @" power.circle " ] identifier: nil options: 0 children: iplActions]
138138 ]],
139139 [UIMenu menuWithTitle: DOLCoreLocalizedString (@" Wii" ) image: nil identifier: nil options: UIMenuOptionsDisplayInline children: wiiActions]
140140 ]];
0 commit comments