]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui/alpinetab.cpp
Special patch by ggn. :-)
[virtualjaguar] / src / gui / alpinetab.cpp
index 9a173383553d2afa6907a7a18895f6d39bce516f..d3e35f67709a5e8dacf4d2c56b9721f1cc053e49 100644 (file)
@@ -5,7 +5,7 @@
 // (C) 2011 Underground Software
 // See the README and GPLv3 files for licensing and warranty information
 //
-// JLH = James L. Hammons <jlhamm@acm.org>
+// JLH = James Hammons <jlhamm@acm.org>
 //
 // WHO  WHEN        WHAT
 // ---  ----------  ------------------------------------------------------------
@@ -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);