[Scummvm-cvs-logs] scummvm master -> 11872dfb91a0d8ab2c76e8caa4fe212b39d53f07
urukgit
urukgit at users.noreply.github.com
Tue Sep 16 14:02:32 CEST 2014
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
11872dfb91 CGE: Remove fallback detection.
Commit: 11872dfb91a0d8ab2c76e8caa4fe212b39d53f07
https://github.com/scummvm/scummvm/commit/11872dfb91a0d8ab2c76e8caa4fe212b39d53f07
Author: Peter Bozsó (koppirnyo at gmail.com)
Date: 2014-09-16T14:01:54+02:00
Commit Message:
CGE: Remove fallback detection.
Changed paths:
engines/cge/detection.cpp
diff --git a/engines/cge/detection.cpp b/engines/cge/detection.cpp
index 022ff4d..45231fe 100644
--- a/engines/cge/detection.cpp
+++ b/engines/cge/detection.cpp
@@ -48,15 +48,6 @@ namespace CGE {
static const ADGameDescription gameDescriptions[] = {
{
- "soltys", "",
- {
- {"vol.cat", 0, "0c33e2c304821a2444d297fc5e2d67c6", 50176},
- {"vol.dat", 0, "f9ae2e7f8f7cac91378cdafca43faf1e", 8437572},
- AD_LISTEND
- },
- Common::PL_POL, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO0()
- },
- {
"soltys", "Freeware",
{
{"vol.cat", 0, "0c33e2c304821a2444d297fc5e2d67c6", 50176},
@@ -113,11 +104,6 @@ static const ADGameDescription gameDescriptions[] = {
AD_TABLE_END_MARKER
};
-
-static const ADFileBasedFallback fileBasedFallback[] = {
- { &gameDescriptions[0], { "vol.cat", "vol.dat", 0 } },
- { 0, { 0 } }
-};
} // End of namespace CGE
static const ADExtraGuiOptionsMap optionsList[] = {
@@ -140,10 +126,6 @@ public:
_singleid = "soltys";
}
- virtual const ADGameDescription *fallbackDetect(const FileMap &allFiles, const Common::FSList &fslist) const {
- return detectGameFilebased(allFiles, fslist, CGE::fileBasedFallback);
- }
-
virtual const char *getName() const {
return "CGE";
}
More information about the Scummvm-git-logs
mailing list