[Scummvm-git-logs] scummvm master -> 1bfe6b23c93c3cd5960e942bbe8b9c7df11084c8
AndywinXp
noreply at scummvm.org
Sat Jul 19 19:11:50 UTC 2025
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
1bfe6b23c9 LASTEXPRESS: DETECTION: Remove ADGF_TESTING flags
Commit: 1bfe6b23c93c3cd5960e942bbe8b9c7df11084c8
https://github.com/scummvm/scummvm/commit/1bfe6b23c93c3cd5960e942bbe8b9c7df11084c8
Author: AndywinXp (andywinxp at gmail.com)
Date: 2025-07-19T21:11:44+02:00
Commit Message:
LASTEXPRESS: DETECTION: Remove ADGF_TESTING flags
The game is now supported
Changed paths:
engines/lastexpress/detection.cpp
diff --git a/engines/lastexpress/detection.cpp b/engines/lastexpress/detection.cpp
index c19b6822ee3..98f6f6695a9 100644
--- a/engines/lastexpress/detection.cpp
+++ b/engines/lastexpress/detection.cpp
@@ -60,7 +60,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformUnknown,
- ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
},
@@ -79,7 +79,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformUnknown,
- ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
},
@@ -98,7 +98,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformUnknown,
- ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
},
@@ -115,7 +115,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformUnknown,
- ADGF_TESTING | GF_COMPRESSED,
+ GF_COMPRESSED,
GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
},
@@ -131,7 +131,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformUnknown,
- ADGF_DEMO | ADGF_TESTING,
+ ADGF_DEMO,
GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
},
@@ -150,7 +150,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::FR_FRA,
Common::kPlatformUnknown,
- ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
},
@@ -169,7 +169,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::DE_DEU,
Common::kPlatformUnknown,
- ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
},
@@ -188,7 +188,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::ES_ESP,
Common::kPlatformUnknown,
- ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
},
@@ -207,7 +207,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::IT_ITA,
Common::kPlatformUnknown,
- ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
},
@@ -226,7 +226,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::IT_ITA,
Common::kPlatformUnknown,
- ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
},
// The Last Express (Russian)
@@ -244,7 +244,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::RU_RUS,
Common::kPlatformUnknown,
- ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
},
More information about the Scummvm-git-logs
mailing list