mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-19 16:18:45 +00:00
KYRA: Mark EoB games with ADGF_TESTING instead of ADGF_UNSTABLE.
ADGF_UNSTABLE makes an confusing dialog appear about the support of the games. EoB 1+2 should be completable so they are fit for public testing, which ADGF_TESTING is used for as far as it is documented. This does *not* imply that we directly want them in the next release though.
This commit is contained in:
parent
74537d9eee
commit
20ac0d8b5e
@ -1454,7 +1454,7 @@ const KYRAGameDescription adGameDescs[] = {
|
||||
},
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformPC,
|
||||
ADGF_UNSTABLE,
|
||||
ADGF_TESTING,
|
||||
GUIO3(GUIO_NOSPEECH, GUIO_MIDIADLIB, GUIO_MIDIPCSPK)
|
||||
},
|
||||
EOB_FLAGS
|
||||
@ -1470,7 +1470,7 @@ const KYRAGameDescription adGameDescs[] = {
|
||||
},
|
||||
Common::DE_DEU,
|
||||
Common::kPlatformPC,
|
||||
ADGF_UNSTABLE,
|
||||
ADGF_TESTING,
|
||||
GUIO3(GUIO_NOSPEECH, GUIO_MIDIADLIB, GUIO_MIDIPCSPK)
|
||||
},
|
||||
EOB_FLAGS
|
||||
@ -1486,7 +1486,7 @@ const KYRAGameDescription adGameDescs[] = {
|
||||
},
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformPC,
|
||||
ADGF_UNSTABLE,
|
||||
ADGF_TESTING,
|
||||
GUIO3(GUIO_NOSPEECH, GUIO_MIDIADLIB, GUIO_MIDIPCSPK)
|
||||
},
|
||||
EOB2_FLAGS
|
||||
@ -1502,7 +1502,7 @@ const KYRAGameDescription adGameDescs[] = {
|
||||
},
|
||||
Common::DE_DEU,
|
||||
Common::kPlatformPC,
|
||||
ADGF_UNSTABLE,
|
||||
ADGF_TESTING,
|
||||
GUIO3(GUIO_NOSPEECH, GUIO_MIDIADLIB, GUIO_MIDIPCSPK)
|
||||
},
|
||||
EOB2_FLAGS
|
||||
|
Loading…
Reference in New Issue
Block a user