X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Ffilethread.cpp;h=03519085e9111f436a234b62cee11c528d940c99;hb=22e4f2eeba52ba2a1f2808e82147dc57a9e4e44f;hp=3b8793c31ffbd3fc6048ddb293ea3c9db17265cb;hpb=828059a53ae8bfb03ade4acd1e62c8de9be89775;p=virtualjaguar diff --git a/src/gui/filethread.cpp b/src/gui/filethread.cpp index 3b8793c..0351908 100644 --- a/src/gui/filethread.cpp +++ b/src/gui/filethread.cpp @@ -148,7 +148,7 @@ void FileThread::HandleFile(QFileInfo fileInfo) if (!allowUnknownSoftware) return; // CRC wasn't found, so bail... } - else if (romList[index].flags & FF_BIOS) + else if ((index != 0xFFFFFFFF) && romList[index].flags & FF_BIOS) return; //Here's a little problem. When we create the image here and pass it off to FilePicker,