[Scummvm-git-logs] scummvm master -> 3370e407f55a4dc894a8949c6ac2e41cb6e55403
neuromancer
neuromancer at users.noreply.github.com
Thu Mar 18 22:45:20 UTC 2021
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:
3370e407f5 PRIVATE: enabled ADGF_TESTING and build-by-default
Commit: 3370e407f55a4dc894a8949c6ac2e41cb6e55403
https://github.com/scummvm/scummvm/commit/3370e407f55a4dc894a8949c6ac2e41cb6e55403
Author: neuromancer (gustavo.grieco at gmail.com)
Date: 2021-03-18T19:44:57-03:00
Commit Message:
PRIVATE: enabled ADGF_TESTING and build-by-default
Changed paths:
engines/private/configure.engine
engines/private/detection.cpp
diff --git a/engines/private/configure.engine b/engines/private/configure.engine
index 92af010f05..a07c594348 100644
--- a/engines/private/configure.engine
+++ b/engines/private/configure.engine
@@ -1,3 +1,3 @@
# This file is included from the main "configure" script
# add_engine [name] [desc] [build-by-default] [subengines] [base games] [deps]
-add_engine private "Private Eye" no
+add_engine private "Private Eye" yes
diff --git a/engines/private/detection.cpp b/engines/private/detection.cpp
index ea109bf376..f797c75fb6 100644
--- a/engines/private/detection.cpp
+++ b/engines/private/detection.cpp
@@ -37,7 +37,7 @@ static const ADGameDescription gameDescriptions[] = {
"bklynlgo.bmp", "1dfb703349a46f8ec183de107992b7f5", 33118),
Common::EN_USA,
Common::kPlatformWindows,
- ADGF_NO_FLAGS,
+ ADGF_TESTING,
GUIO1(GUIO_NOMIDI)
},
{
@@ -47,7 +47,7 @@ static const ADGameDescription gameDescriptions[] = {
"bklynlgo.bmp", "1dfb703349a46f8ec183de107992b7f5", 33118),
Common::EN_USA,
Common::kPlatformWindows,
- ADGF_DEMO,
+ ADGF_TESTING | ADGF_DEMO,
GUIO1(GUIO_NOMIDI)
},
{
@@ -77,7 +77,7 @@ static const ADGameDescription gameDescriptions[] = {
"bklynlgo.bmp", "1dfb703349a46f8ec183de107992b7f5", 33118),
Common::EN_USA,
Common::kPlatformWindows,
- ADGF_DEMO,
+ ADGF_TESTING | ADGF_DEMO,
GUIO1(GUIO_NOMIDI)
},
{
@@ -87,7 +87,7 @@ static const ADGameDescription gameDescriptions[] = {
"bklynlgo.bmp", "1dfb703349a46f8ec183de107992b7f5", 33118),
Common::EN_USA,
Common::kPlatformWindows,
- ADGF_DEMO,
+ ADGF_TESTING | ADGF_DEMO,
GUIO1(GUIO_NOMIDI)
},
{
More information about the Scummvm-git-logs
mailing list