]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui/filethread.cpp
Fixed missing source :-P
[virtualjaguar] / src / gui / filethread.cpp
index 3b8793c31ffbd3fc6048ddb293ea3c9db17265cb..03519085e9111f436a234b62cee11c528d940c99 100644 (file)
@@ -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,