diff options
author | Arisotura <thetotalworm@gmail.com> | 2020-08-25 00:34:57 +0200 |
---|---|---|
committer | Arisotura <thetotalworm@gmail.com> | 2020-08-25 00:34:57 +0200 |
commit | 4be68aafe081ffbd254c2e14b85ed0cb9faa6e6c (patch) | |
tree | f7bca21ff2cd14c5412d2d38a1b9e134d462dd60 /src/frontend/qt_sdl/EmuSettingsDialog.ui | |
parent | e5dd692d3279a1bc79ef6b0923c2210f98ec5ed1 (diff) |
make SD support actually be a thing
Diffstat (limited to 'src/frontend/qt_sdl/EmuSettingsDialog.ui')
-rw-r--r-- | src/frontend/qt_sdl/EmuSettingsDialog.ui | 101 |
1 files changed, 66 insertions, 35 deletions
diff --git a/src/frontend/qt_sdl/EmuSettingsDialog.ui b/src/frontend/qt_sdl/EmuSettingsDialog.ui index 11d48cc..5b1bed5 100644 --- a/src/frontend/qt_sdl/EmuSettingsDialog.ui +++ b/src/frontend/qt_sdl/EmuSettingsDialog.ui @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>514</width> - <height>359</height> + <height>407</height> </rect> </property> <property name="sizePolicy"> @@ -191,13 +191,47 @@ <string>DSi mode</string> </property> <layout class="QGridLayout" name="gridLayout_3"> - <item row="0" column="2"> - <widget class="QPushButton" name="btnDSiBIOS9Browse"> + <item row="3" column="0"> + <widget class="QLabel" name="label_8"> + <property name="text"> + <string>DSi NAND:</string> + </property> + </widget> + </item> + <item row="0" column="1"> + <widget class="QLineEdit" name="txtDSiBIOS9Path"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="whatsThis"> + <string><html><head/><body><p>DSi-mode ARM9 BIOS</p><p><br/></p><p>Size should be 64 KB</p></body></html></string> + </property> + </widget> + </item> + <item row="3" column="2"> + <widget class="QPushButton" name="btnDSiNANDBrowse"> <property name="text"> <string>Browse...</string> </property> </widget> </item> + <item row="2" column="1"> + <widget class="QLineEdit" name="txtDSiFirmwarePath"> + <property name="whatsThis"> + <string><html><head/><body><p>DSi-mode firmware (used for DS-mode backwards compatibility)</p><p><br/></p><p>Size should be 128 KB</p></body></html></string> + </property> + </widget> + </item> + <item row="1" column="1"> + <widget class="QLineEdit" name="txtDSiBIOS7Path"> + <property name="whatsThis"> + <string><html><head/><body><p>DSi-mode ARM7 BIOS</p><p><br/></p><p>Size should be 64 KB</p></body></html></string> + </property> + </widget> + </item> <item row="0" column="0"> <widget class="QLabel" name="label_5"> <property name="text"> @@ -205,24 +239,24 @@ </property> </widget> </item> - <item row="2" column="2"> - <widget class="QPushButton" name="btnDSiFirmwareBrowse"> + <item row="0" column="2"> + <widget class="QPushButton" name="btnDSiBIOS9Browse"> <property name="text"> <string>Browse...</string> </property> </widget> </item> - <item row="1" column="1"> - <widget class="QLineEdit" name="txtDSiBIOS7Path"> + <item row="3" column="1"> + <widget class="QLineEdit" name="txtDSiNANDPath"> <property name="whatsThis"> - <string><html><head/><body><p>DSi-mode ARM7 BIOS</p><p><br/></p><p>Size should be 64 KB</p></body></html></string> + <string><html><head/><body><p>DSi NAND dump</p><p><br/></p><p>Should have 'nocash footer' at the end</p></body></html></string> </property> </widget> </item> - <item row="2" column="1"> - <widget class="QLineEdit" name="txtDSiFirmwarePath"> - <property name="whatsThis"> - <string><html><head/><body><p>DSi-mode firmware (used for DS-mode backwards compatibility)</p><p><br/></p><p>Size should be 128 KB</p></body></html></string> + <item row="5" column="0"> + <widget class="QLabel" name="label_10"> + <property name="text"> + <string>DSi SD card:</string> </property> </widget> </item> @@ -233,49 +267,46 @@ </property> </widget> </item> - <item row="2" column="0"> - <widget class="QLabel" name="label_7"> + <item row="1" column="2"> + <widget class="QPushButton" name="btnDSiBIOS7Browse"> <property name="text"> - <string>DSi firmware:</string> + <string>Browse...</string> </property> </widget> </item> - <item row="1" column="2"> - <widget class="QPushButton" name="btnDSiBIOS7Browse"> + <item row="2" column="2"> + <widget class="QPushButton" name="btnDSiFirmwareBrowse"> <property name="text"> <string>Browse...</string> </property> </widget> </item> - <item row="0" column="1"> - <widget class="QLineEdit" name="txtDSiBIOS9Path"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="whatsThis"> - <string><html><head/><body><p>DSi-mode ARM9 BIOS</p><p><br/></p><p>Size should be 64 KB</p></body></html></string> + <item row="2" column="0"> + <widget class="QLabel" name="label_7"> + <property name="text"> + <string>DSi firmware:</string> </property> </widget> </item> - <item row="3" column="0"> - <widget class="QLabel" name="label_8"> + <item row="4" column="0" colspan="3"> + <widget class="QCheckBox" name="cbDSiSDEnable"> + <property name="whatsThis"> + <string><html><head/><body><p>Simulate a SD card being inserted in the DSi's SD slot. Requires a SD card image.</p></body></html></string> + </property> <property name="text"> - <string>DSi NAND:</string> + <string>Enable DSi SD card</string> </property> </widget> </item> - <item row="3" column="1"> - <widget class="QLineEdit" name="txtDSiNANDPath"> + <item row="5" column="1"> + <widget class="QLineEdit" name="txtDSiSDPath"> <property name="whatsThis"> - <string><html><head/><body><p>DSi NAND dump</p><p><br/></p><p>Should have 'nocash footer' at the end</p></body></html></string> + <string><html><head/><body><p>SD image file for emulating the DSi's SD card</p></body></html></string> </property> </widget> </item> - <item row="3" column="2"> - <widget class="QPushButton" name="btnDSiNANDBrowse"> + <item row="5" column="2"> + <widget class="QPushButton" name="btnDSiSDBrowse"> <property name="text"> <string>Browse...</string> </property> |