diff options
| author | Strangerke | 2011-11-16 22:38:58 +0100 |
|---|---|---|
| committer | Strangerke | 2011-11-16 22:38:58 +0100 |
| commit | bab4b6f7295f6fb960ebbf44b009bd6adbd0d33e (patch) | |
| tree | 1a264224894bb9bfd141ff2ccc519a0f04266f52 /engines/gob | |
| parent | d608c079447c64255e4e27d44a7dc843cf5f6407 (diff) | |
| download | scummvm-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/gob')
| -rw-r--r-- | engines/gob/detection_tables.h | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/engines/gob/detection_tables.h b/engines/gob/detection_tables.h index fb4b9e170f..a88ddcc734 100644 --- a/engines/gob/detection_tables.h +++ b/engines/gob/detection_tables.h @@ -4299,7 +4299,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO1(GUIO_NONE) + GUIO0() }, kGameTypeAdi2, kFeaturesNone, @@ -4341,7 +4341,7 @@ static const GOBGameDescription gameDescriptions[] = { EN_ANY, kPlatformAmiga, ADGF_NO_FLAGS, - GUIO1(GUIO_NONE) + GUIO0() }, kGameTypeAdi2, kFeaturesNone, @@ -4669,7 +4669,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO1(GUIO_NONE) + GUIO0() }, kGameTypeAdibou2, kFeaturesNone, @@ -4683,7 +4683,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO1(GUIO_NONE) + GUIO0() }, kGameTypeAdibou2, kFeaturesNone, @@ -4697,7 +4697,7 @@ static const GOBGameDescription gameDescriptions[] = { DE_DEU, kPlatformPC, ADGF_NO_FLAGS, - GUIO1(GUIO_NONE) + GUIO0() }, kGameTypeAdibou2, kFeaturesNone, @@ -4711,7 +4711,7 @@ static const GOBGameDescription gameDescriptions[] = { IT_ITA, kPlatformPC, ADGF_NO_FLAGS, - GUIO1(GUIO_NONE) + GUIO0() }, kGameTypeAdibou2, kFeaturesNone, @@ -4725,7 +4725,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO1(GUIO_NONE) + GUIO0() }, kGameTypeAdibou2, kFeaturesNone, @@ -4739,7 +4739,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO1(GUIO_NONE) + GUIO0() }, kGameTypeAdibou2, kFeaturesNone, @@ -4753,7 +4753,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO1(GUIO_NONE) + GUIO0() }, kGameTypeAdibou2, kFeaturesNone, @@ -4767,7 +4767,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO1(GUIO_NONE) + GUIO0() }, kGameTypeAdibou2, kFeaturesNone, @@ -4781,7 +4781,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO1(GUIO_NONE) + GUIO0() }, kGameTypeAdibou2, kFeaturesNone, @@ -4795,7 +4795,7 @@ static const GOBGameDescription gameDescriptions[] = { FR_FRA, kPlatformPC, ADGF_NO_FLAGS, - GUIO1(GUIO_NONE) + GUIO0() }, kGameTypeAdibou2, kFeaturesNone, |
