mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 22:28:10 +00:00
LAB: Mark all versions as testing
This commit is contained in:
parent
617ca2e306
commit
792ae03373
@ -48,7 +48,7 @@ static const ADGameDescription labDescriptions[] = {
|
|||||||
},
|
},
|
||||||
Common::EN_ANY,
|
Common::EN_ANY,
|
||||||
Common::kPlatformDOS,
|
Common::kPlatformDOS,
|
||||||
ADGF_NO_FLAGS,
|
ADGF_TESTING,
|
||||||
GUIO0()
|
GUIO0()
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -61,7 +61,7 @@ static const ADGameDescription labDescriptions[] = {
|
|||||||
},
|
},
|
||||||
Common::EN_ANY,
|
Common::EN_ANY,
|
||||||
Common::kPlatformDOS,
|
Common::kPlatformDOS,
|
||||||
Lab::GF_LOWRES,
|
Lab::GF_LOWRES | ADGF_TESTING,
|
||||||
GUIO0()
|
GUIO0()
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -75,7 +75,7 @@ static const ADGameDescription labDescriptions[] = {
|
|||||||
},
|
},
|
||||||
Common::EN_ANY,
|
Common::EN_ANY,
|
||||||
Common::kPlatformWindows,
|
Common::kPlatformWindows,
|
||||||
ADGF_NO_FLAGS,
|
ADGF_TESTING,
|
||||||
GUIO0()
|
GUIO0()
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -84,7 +84,7 @@ static const ADGameDescription labDescriptions[] = {
|
|||||||
AD_ENTRY1s("doors", "7bf458df6ec30cc8ef4665e4d7c77f59", 2537), // game/doors
|
AD_ENTRY1s("doors", "7bf458df6ec30cc8ef4665e4d7c77f59", 2537), // game/doors
|
||||||
Common::EN_ANY,
|
Common::EN_ANY,
|
||||||
Common::kPlatformAmiga,
|
Common::kPlatformAmiga,
|
||||||
Lab::GF_LOWRES,
|
Lab::GF_LOWRES | ADGF_TESTING,
|
||||||
GUIO0()
|
GUIO0()
|
||||||
},
|
},
|
||||||
AD_TABLE_END_MARKER
|
AD_TABLE_END_MARKER
|
||||||
|
Loading…
Reference in New Issue
Block a user