]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui/alpinetab.cpp
Hooked up the UI/frontend controller #2 to the Jaguar core, final fixes to the
[virtualjaguar] / src / gui / alpinetab.cpp
index 9a173383553d2afa6907a7a18895f6d39bce516f..7701687ba03e55ada360cf668d9b47ce7f73dd78 100644 (file)
@@ -54,6 +54,8 @@ AlpineTab::AlpineTab(QWidget * parent/*= 0*/): QWidget(parent)
 //     useDSP             = new QCheckBox(tr("Enable DSP"));
 //     useHostAudio       = new QCheckBox(tr("Enable audio playback"));
 //     useUnknownSoftware = new QCheckBox(tr("Allow unknown software in file chooser"));
+// Currently, this is unused, so let's signal this to the user:
+       writeROM->setDisabled(true);
 
        layout4->addWidget(writeROM);
 //     layout4->addWidget(useDSP);