mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-16 14:47:00 +02:00
yuzu: Add button to boot mii edit from firmware
This commit is contained in:
parent
31288b1265
commit
77d06e6136
3 changed files with 52 additions and 1 deletions
|
|
@ -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>&Verify Installed Contents</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_About">
|
||||
|
|
@ -368,6 +370,11 @@
|
|||
<string>&Capture Screenshot</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_Load_Mii_Edit">
|
||||
<property name="text">
|
||||
<string>Open &Mii Editor</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_Configure_Tas">
|
||||
<property name="text">
|
||||
<string>&Configure TAS...</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue