mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-01 07:46:11 +00:00
TONY: Remove TEMPORARY_DISABLED define from detection tables.
This commit is contained in:
parent
01df8ae0e8
commit
be320760bd
@ -32,11 +32,7 @@ static const TonyGameDescription gameDescriptions[] = {
|
||||
AD_ENTRY1s("roasted.mpr", "06203dbbc85fdd1e6dc8fc211c1a6207", 14972409),
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformPC,
|
||||
#ifdef TEMPORARY_DISABLED
|
||||
ADGF_DEMO,
|
||||
#else
|
||||
ADGF_NO_FLAGS,
|
||||
#endif
|
||||
GUIO1(GUIO_NONE)
|
||||
},
|
||||
},
|
||||
@ -49,11 +45,7 @@ static const TonyGameDescription gameDescriptions[] = {
|
||||
AD_ENTRY1s("data1.cab", "7d8b6d308f96aee3968ad7910fb11e6d", 58660608),
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformPC,
|
||||
#ifdef TEMPORARY_DISABLED
|
||||
ADGF_DEMO | GF_COMPRESSED,
|
||||
#else
|
||||
ADGF_NO_FLAGS | GF_COMPRESSED,
|
||||
#endif
|
||||
GUIO1(GUIO_NONE)
|
||||
},
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user