aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/detection_tables.h
diff options
context:
space:
mode:
authorStrangerke2011-11-16 22:38:58 +0100
committerStrangerke2011-11-16 22:38:58 +0100
commitbab4b6f7295f6fb960ebbf44b009bd6adbd0d33e (patch)
tree1a264224894bb9bfd141ff2ccc519a0f04266f52 /engines/dreamweb/detection_tables.h
parentd608c079447c64255e4e27d44a7dc843cf5f6407 (diff)
downloadscummvm-rg350-bab4b6f7295f6fb960ebbf44b009bd6adbd0d33e.tar.gz
scummvm-rg350-bab4b6f7295f6fb960ebbf44b009bd6adbd0d33e.tar.bz2
scummvm-rg350-bab4b6f7295f6fb960ebbf44b009bd6adbd0d33e.zip
LAUNCHER: Introduce GUIO0() in order to replace GUIO1(GUIO_NONE)
Diffstat (limited to 'engines/dreamweb/detection_tables.h')
-rw-r--r--engines/dreamweb/detection_tables.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/engines/dreamweb/detection_tables.h b/engines/dreamweb/detection_tables.h
index 0902236916..75f5786268 100644
--- a/engines/dreamweb/detection_tables.h
+++ b/engines/dreamweb/detection_tables.h
@@ -39,7 +39,7 @@ static const DreamWebGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformPC,
ADGF_UNSTABLE,
- GUIO1(GUIO_NONE)
+ GUIO0()
},
},
@@ -56,7 +56,7 @@ static const DreamWebGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformPC,
ADGF_CD | ADGF_UNSTABLE,
- GUIO1(GUIO_NONE)
+ GUIO0()
},
},
@@ -73,7 +73,7 @@ static const DreamWebGameDescription gameDescriptions[] = {
Common::EN_USA,
Common::kPlatformPC,
ADGF_CD,
- GUIO1(GUIO_NONE)
+ GUIO0()
},
},
@@ -90,7 +90,7 @@ static const DreamWebGameDescription gameDescriptions[] = {
Common::FR_FRA,
Common::kPlatformPC,
ADGF_CD | ADGF_UNSTABLE,
- GUIO1(GUIO_NONE)
+ GUIO0()
},
},
@@ -107,7 +107,7 @@ static const DreamWebGameDescription gameDescriptions[] = {
Common::DE_DEU,
Common::kPlatformPC,
ADGF_UNSTABLE,
- GUIO1(GUIO_NONE)
+ GUIO0()
},
},
@@ -124,7 +124,7 @@ static const DreamWebGameDescription gameDescriptions[] = {
Common::DE_DEU,
Common::kPlatformPC,
ADGF_CD | ADGF_UNSTABLE,
- GUIO1(GUIO_NONE)
+ GUIO0()
},
},
@@ -141,7 +141,7 @@ static const DreamWebGameDescription gameDescriptions[] = {
Common::ES_ESP,
Common::kPlatformPC,
ADGF_UNSTABLE,
- GUIO1(GUIO_NONE)
+ GUIO0()
},
},
@@ -158,7 +158,7 @@ static const DreamWebGameDescription gameDescriptions[] = {
Common::ES_ESP,
Common::kPlatformPC,
ADGF_CD | ADGF_UNSTABLE,
- GUIO1(GUIO_NONE)
+ GUIO0()
},
},
@@ -175,7 +175,7 @@ static const DreamWebGameDescription gameDescriptions[] = {
Common::IT_ITA,
Common::kPlatformPC,
ADGF_UNSTABLE,
- GUIO1(GUIO_NONE)
+ GUIO0()
},
},