X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Falpinetab.cpp;h=7701687ba03e55ada360cf668d9b47ce7f73dd78;hb=828059a53ae8bfb03ade4acd1e62c8de9be89775;hp=9a173383553d2afa6907a7a18895f6d39bce516f;hpb=4333fdb4f2f297db8272d2ebc8323028df8c105f;p=virtualjaguar diff --git a/src/gui/alpinetab.cpp b/src/gui/alpinetab.cpp index 9a17338..7701687 100644 --- a/src/gui/alpinetab.cpp +++ b/src/gui/alpinetab.cpp @@ -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);