[Scummvm-cvs-logs] SF.net SVN: scummvm:[48532] scummvm/trunk/engines/lure/detection.cpp
dreammaster at users.sourceforge.net
dreammaster at users.sourceforge.net
Mon Apr 5 03:49:00 CEST 2010
Revision: 48532
http://scummvm.svn.sourceforge.net/scummvm/?rev=48532&view=rev
Author: dreammaster
Date: 2010-04-05 01:49:00 +0000 (Mon, 05 Apr 2010)
Log Message:
-----------
Application of patch #2981748 - Make VGA detection entries take precedence over EGA for command line detection
Modified Paths:
--------------
scummvm/trunk/engines/lure/detection.cpp
Modified: scummvm/trunk/engines/lure/detection.cpp
===================================================================
--- scummvm/trunk/engines/lure/detection.cpp 2010-04-04 23:24:04 UTC (rev 48531)
+++ scummvm/trunk/engines/lure/detection.cpp 2010-04-05 01:49:00 UTC (rev 48532)
@@ -72,53 +72,53 @@
{
{
"lure",
- "EGA",
- AD_ENTRY1("disk1.ega", "e9c9fdd8a19f7910d68e53cb84651273"),
+ "VGA",
+ AD_ENTRY1("disk1.vga", "b2a8aa6d7865813a17a3c636e063572e"),
Common::EN_ANY,
Common::kPlatformPC,
ADGF_NO_FLAGS,
GUIO_NONE
},
- GF_FLOPPY | GF_EGA,
+ GF_FLOPPY,
},
{
{
"lure",
- "VGA",
- AD_ENTRY1("disk1.vga", "b2a8aa6d7865813a17a3c636e063572e"),
+ "EGA",
+ AD_ENTRY1("disk1.ega", "e9c9fdd8a19f7910d68e53cb84651273"),
Common::EN_ANY,
Common::kPlatformPC,
ADGF_NO_FLAGS,
GUIO_NONE
},
- GF_FLOPPY,
+ GF_FLOPPY | GF_EGA,
},
{
{
"lure",
- "EGA",
- AD_ENTRY1("disk1.ega", "b80aced0321f64c58df2c7d3d74dfe79"),
+ "VGA",
+ AD_ENTRY1("disk1.vga", "cf69d5ada228dd74f89046691c16aafb"),
Common::IT_ITA,
Common::kPlatformPC,
ADGF_NO_FLAGS,
GUIO_NONE
},
- GF_FLOPPY | GF_EGA,
+ GF_FLOPPY,
},
{
{
"lure",
- "VGA",
- AD_ENTRY1("disk1.vga", "cf69d5ada228dd74f89046691c16aafb"),
+ "EGA",
+ AD_ENTRY1("disk1.ega", "b80aced0321f64c58df2c7d3d74dfe79"),
Common::IT_ITA,
Common::kPlatformPC,
ADGF_NO_FLAGS,
GUIO_NONE
},
- GF_FLOPPY,
+ GF_FLOPPY | GF_EGA,
},
{
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list