[Scummvm-git-logs] scummvm master -> c3494e0aac236a3b0ebaeb0dae68a4bb98a920e6
sev-
noreply at scummvm.org
Wed Oct 30 22:10:04 UTC 2024
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:
c3494e0aac DGDS: Unmark china as ready for testing for the time being
Commit: c3494e0aac236a3b0ebaeb0dae68a4bb98a920e6
https://github.com/scummvm/scummvm/commit/c3494e0aac236a3b0ebaeb0dae68a4bb98a920e6
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-10-30T23:09:24+01:00
Commit Message:
DGDS: Unmark china as ready for testing for the time being
Changed paths:
engines/dgds/detection_tables.h
diff --git a/engines/dgds/detection_tables.h b/engines/dgds/detection_tables.h
index 949e47bdfbd..c32346247fa 100644
--- a/engines/dgds/detection_tables.h
+++ b/engines/dgds/detection_tables.h
@@ -244,7 +244,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformDOS,
- ADGF_TESTING,
+ ADGF_UNSTABLE,
GUIO1(GUIO_NONE)
},
@@ -259,7 +259,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformDOS,
- ADGF_TESTING,
+ ADGF_UNSTABLE,
GUIO1(GUIO_NONE)
},
@@ -274,7 +274,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformDOS,
- ADGF_TESTING,
+ ADGF_UNSTABLE,
GUIO1(GUIO_NONE)
},
@@ -289,7 +289,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::DE_DEU,
Common::kPlatformDOS,
- ADGF_TESTING,
+ ADGF_UNSTABLE,
GUIO1(GUIO_NONE)
},
@@ -373,4 +373,3 @@ static const ADGameDescription gameDescriptions[] = {
};
} // End of namespace Dgds
-
More information about the Scummvm-git-logs
mailing list