aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/detection_tables.h
diff options
context:
space:
mode:
authorHenrik "Henke37" Andersson2019-09-25 19:55:59 +0200
committerFilippos Karapetis2019-09-29 19:34:16 +0300
commit5bb50b9a18a401c13b78f8876b261d34af9811bb (patch)
treec341cf42b3f8954926a87ed51a18f3f2b014816e /engines/pink/detection_tables.h
parentffc4b685e30d9523bd0fa1385e9fcf02d94861ef (diff)
downloadscummvm-rg350-5bb50b9a18a401c13b78f8876b261d34af9811bb.tar.gz
scummvm-rg350-5bb50b9a18a401c13b78f8876b261d34af9811bb.tar.bz2
scummvm-rg350-5bb50b9a18a401c13b78f8876b261d34af9811bb.zip
PINK: The engine does not use midi, flag the games as such.
Diffstat (limited to 'engines/pink/detection_tables.h')
-rw-r--r--engines/pink/detection_tables.h48
1 files changed, 24 insertions, 24 deletions
diff --git a/engines/pink/detection_tables.h b/engines/pink/detection_tables.h
index 28344037a2..92235c6915 100644
--- a/engines/pink/detection_tables.h
+++ b/engines/pink/detection_tables.h
@@ -34,7 +34,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::DA_DAN,
Common::kPlatformWindows,
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
// Dutch
@@ -45,7 +45,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::NL_NLD,
Common::kPlatformWindows,
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
// English
@@ -56,7 +56,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
// English Great Britain
@@ -67,7 +67,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::EN_GRB,
Common::kPlatformWindows,
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
// Finnish
@@ -78,7 +78,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::FI_FIN,
Common::kPlatformWindows,
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
// French
@@ -89,7 +89,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::FR_FRA,
Common::kPlatformWindows,
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
// German
@@ -100,7 +100,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::DE_DEU,
Common::kPlatformWindows,
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
// Hebrew
@@ -111,7 +111,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::HE_ISR,
Common::kPlatformWindows,
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
// Polish
@@ -122,7 +122,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::PL_POL,
Common::kPlatformWindows,
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
// Portuguese
@@ -133,7 +133,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::PT_BRA,
Common::kPlatformWindows,
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
// Russian
@@ -144,7 +144,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::RU_RUS,
Common::kPlatformWindows,
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
// Spanish
@@ -155,7 +155,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::ES_ESP,
Common::kPlatformWindows,
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
// Swedish
@@ -166,7 +166,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::SE_SWE,
Common::kPlatformWindows,
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
// Dutch, Version 1.0
@@ -177,7 +177,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::NL_NLD,
Common::kPlatformWindows,
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
// English
@@ -188,7 +188,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
// French
@@ -199,7 +199,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::FR_FRA,
Common::kPlatformWindows,
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
// German
@@ -210,7 +210,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::DE_DEU,
Common::kPlatformWindows,
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
// Hebrew
@@ -221,7 +221,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::HE_ISR,
Common::kPlatformWindows,
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
// Polish
@@ -232,7 +232,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::PL_POL,
Common::kPlatformWindows,
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
// Portuguese
@@ -243,7 +243,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::PT_BRA,
Common::kPlatformWindows,
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
// Russian
@@ -254,7 +254,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::RU_RUS,
Common::kPlatformWindows,
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
// Spanish
@@ -265,7 +265,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::ES_ESP,
Common::kPlatformWindows,
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
// Swedish
@@ -276,7 +276,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::SE_SWE,
Common::kPlatformWindows,
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
// Danish
@@ -289,7 +289,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::DA_DAN,
Common::kPlatformWindows,
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
AD_TABLE_END_MARKER