Added option to patch downloaded IOSes

This commit is contained in:
2024-08-17 23:36:45 -04:00
parent adc8be9cbb
commit cbbac55743
5 changed files with 399 additions and 298 deletions

View File

@@ -402,6 +402,39 @@
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="patch_ios_row">
<item>
<widget class="QCheckBox" name="patch_ios_chkbox">
<property name="enabled">
<bool>false</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string notr="true"/>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="patch_ios_lbl">
<property name="enabled">
<bool>true</bool>
</property>
<property name="text">
<string>Apply patches to IOS (Applies to WADs only)</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
<item>
<spacer name="verticalSpacer_2">
<property name="orientation">
@@ -467,7 +500,10 @@
</widget>
</item>
<item>
<widget class="QLabel" name="label_8">
<widget class="QLabel" name="pack_vwii_mode_lbl">
<property name="enabled">
<bool>true</bool>
</property>
<property name="text">
<string>Re-encrypt title using the Wii Common Key</string>
</property>