yuzu: Add button to boot mii edit from firmware

This commit is contained in:
german77 2023-09-21 20:55:30 -06:00
parent 31288b1265
commit 77d06e6136
3 changed files with 52 additions and 1 deletions

View file

@ -150,6 +150,8 @@
<addaction name="action_Rederive"/>
<addaction name="action_Verify_installed_contents"/>
<addaction name="separator"/>
<addaction name="action_Load_Mii_Edit"/>
<addaction name="separator"/>
<addaction name="action_Capture_Screenshot"/>
<addaction name="menuTAS"/>
</widget>
@ -217,7 +219,7 @@
</action>
<action name="action_Verify_installed_contents">
<property name="text">
<string>Verify installed contents</string>
<string>&amp;Verify Installed Contents</string>
</property>
</action>
<action name="action_About">
@ -368,6 +370,11 @@
<string>&amp;Capture Screenshot</string>
</property>
</action>
<action name="action_Load_Mii_Edit">
<property name="text">
<string>Open &amp;Mii Editor</string>
</property>
</action>
<action name="action_Configure_Tas">
<property name="text">
<string>&amp;Configure TAS...</string>