mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 23:29:55 -06:00
make external-BIOS toggle also explicitly control external firmware
make things a tad more consistent and explicit
This commit is contained in:
@ -63,7 +63,14 @@
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="1">
|
||||
<widget class="QDateEdit" name="birthdayEdit"/>
|
||||
<widget class="QDateEdit" name="birthdayEdit">
|
||||
<property name="displayFormat">
|
||||
<string>dd/MM</string>
|
||||
</property>
|
||||
<property name="calendarPopup">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="3" column="0">
|
||||
<widget class="QLabel" name="label_2">
|
||||
@ -88,7 +95,7 @@
|
||||
<item row="5" column="0" colspan="2">
|
||||
<widget class="QCheckBox" name="overrideFirmwareBox">
|
||||
<property name="text">
|
||||
<string>Override firmware settings</string>
|
||||
<string>Override settings from external firmware</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
Reference in New Issue
Block a user