mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-23 12:44:02 +00:00
QUEEN: Disable detection entries with unknown MD5sums.
This forces detection of the entries with missing MD5sums via the fallback detector. This triggers will then trigger a warning with the associated md5sum for the user to report to the team.
This commit is contained in:
parent
be9833a43f
commit
6814ce68bf
@ -122,6 +122,7 @@ static const QueenGameDescription gameDescriptions[] = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
#if 0
|
||||||
// Amiga Floppy - English
|
// Amiga Floppy - English
|
||||||
{
|
{
|
||||||
{
|
{
|
||||||
@ -134,6 +135,7 @@ static const QueenGameDescription gameDescriptions[] = {
|
|||||||
GUIO0()
|
GUIO0()
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
#endif
|
||||||
|
|
||||||
// DOS Floppy - English
|
// DOS Floppy - English
|
||||||
{
|
{
|
||||||
@ -161,6 +163,7 @@ static const QueenGameDescription gameDescriptions[] = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
#if 0
|
||||||
// DOS Floppy - French
|
// DOS Floppy - French
|
||||||
{
|
{
|
||||||
{
|
{
|
||||||
@ -173,7 +176,9 @@ static const QueenGameDescription gameDescriptions[] = {
|
|||||||
GUIO0()
|
GUIO0()
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if 0
|
||||||
// DOS CD - French
|
// DOS CD - French
|
||||||
{
|
{
|
||||||
{
|
{
|
||||||
@ -186,7 +191,9 @@ static const QueenGameDescription gameDescriptions[] = {
|
|||||||
GUIO0()
|
GUIO0()
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if 0
|
||||||
// DOS Floppy - German
|
// DOS Floppy - German
|
||||||
{
|
{
|
||||||
{
|
{
|
||||||
@ -199,7 +206,9 @@ static const QueenGameDescription gameDescriptions[] = {
|
|||||||
GUIO0()
|
GUIO0()
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if 0
|
||||||
// DOS CD - German
|
// DOS CD - German
|
||||||
{
|
{
|
||||||
{
|
{
|
||||||
@ -212,7 +221,9 @@ static const QueenGameDescription gameDescriptions[] = {
|
|||||||
GUIO0()
|
GUIO0()
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if 0
|
||||||
// DOS CD - Hebrew
|
// DOS CD - Hebrew
|
||||||
{
|
{
|
||||||
{
|
{
|
||||||
@ -225,7 +236,9 @@ static const QueenGameDescription gameDescriptions[] = {
|
|||||||
GUIO0()
|
GUIO0()
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if 0
|
||||||
// DOS Floppy - Italian
|
// DOS Floppy - Italian
|
||||||
{
|
{
|
||||||
{
|
{
|
||||||
@ -238,6 +251,7 @@ static const QueenGameDescription gameDescriptions[] = {
|
|||||||
GUIO0()
|
GUIO0()
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
#endif
|
||||||
|
|
||||||
// DOS CD - Italian
|
// DOS CD - Italian
|
||||||
{
|
{
|
||||||
@ -252,6 +266,7 @@ static const QueenGameDescription gameDescriptions[] = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
#if 0
|
||||||
// DOS CD - Spanish
|
// DOS CD - Spanish
|
||||||
{
|
{
|
||||||
{
|
{
|
||||||
@ -264,7 +279,7 @@ static const QueenGameDescription gameDescriptions[] = {
|
|||||||
GUIO0()
|
GUIO0()
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
#endif
|
||||||
|
|
||||||
// DOS CD - English (Compressed Freeware Release v1.0)
|
// DOS CD - English (Compressed Freeware Release v1.0)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user