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/saga | |
| 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/saga')
| -rw-r--r-- | engines/saga/detection_tables.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/engines/saga/detection_tables.h b/engines/saga/detection_tables.h index 10393c4a2a..234a10acfe 100644 --- a/engines/saga/detection_tables.h +++ b/engines/saga/detection_tables.h @@ -267,7 +267,7 @@ static const SAGAGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformWindows, ADGF_DEMO, - GUIO1(GUIO_NONE) + GUIO0() }, GID_ITE, 0, @@ -293,7 +293,7 @@ static const SAGAGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformWindows, ADGF_DEMO, - GUIO1(GUIO_NONE) + GUIO0() }, GID_ITE, GF_8BIT_UNSIGNED_PCM, @@ -326,7 +326,7 @@ static const SAGAGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformMacintosh, ADGF_CD, - GUIO1(GUIO_NONE) + GUIO0() }, GID_ITE, GF_8BIT_UNSIGNED_PCM, @@ -350,7 +350,7 @@ static const SAGAGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformMacintosh, ADGF_CD, - GUIO1(GUIO_NONE) + GUIO0() }, GID_ITE, 0, @@ -382,7 +382,7 @@ static const SAGAGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformUnknown, ADGF_CD, - GUIO1(GUIO_NONE) + GUIO0() }, GID_ITE, 0, @@ -412,7 +412,7 @@ static const SAGAGameDescription gameDescriptions[] = { Common::IT_ITA, Common::kPlatformUnknown, ADGF_CD, - GUIO1(GUIO_NONE) + GUIO0() }, GID_ITE, 0, @@ -436,7 +436,7 @@ static const SAGAGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformPC, ADGF_CD, - GUIO1(GUIO_NONE) + GUIO0() }, GID_ITE, GF_EXTRA_ITE_CREDITS, @@ -460,7 +460,7 @@ static const SAGAGameDescription gameDescriptions[] = { Common::IT_ITA, Common::kPlatformPC, ADGF_CD, - GUIO1(GUIO_NONE) + GUIO0() }, GID_ITE, 0, @@ -484,7 +484,7 @@ static const SAGAGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformPC, ADGF_CD, - GUIO1(GUIO_NONE) + GUIO0() }, GID_ITE, 0, @@ -509,7 +509,7 @@ static const SAGAGameDescription gameDescriptions[] = { Common::DE_DEU, Common::kPlatformPC, ADGF_CD, - GUIO1(GUIO_NONE) + GUIO0() }, GID_ITE, 0, |
