mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-02 00:07:59 +00:00
LASTEXPRESS: flag all WIP games with ADGF_UNSTABLE
all
This commit is contained in:
parent
d4b5c595c6
commit
ff3fbfcf77
@ -47,7 +47,7 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
},
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformUnknown,
|
||||
ADGF_NO_FLAGS,
|
||||
ADGF_UNSTABLE,
|
||||
Common::GUIO_NONE
|
||||
},
|
||||
|
||||
@ -65,7 +65,7 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
},
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformUnknown,
|
||||
ADGF_NO_FLAGS,
|
||||
ADGF_UNSTABLE,
|
||||
Common::GUIO_NONE
|
||||
},
|
||||
|
||||
@ -83,7 +83,7 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
},
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformUnknown,
|
||||
ADGF_NO_FLAGS,
|
||||
ADGF_UNSTABLE,
|
||||
Common::GUIO_NONE
|
||||
},
|
||||
|
||||
@ -98,7 +98,7 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
},
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformUnknown,
|
||||
ADGF_DEMO,
|
||||
ADGF_DEMO | ADGF_UNSTABLE,
|
||||
Common::GUIO_NONE
|
||||
},
|
||||
|
||||
@ -116,7 +116,7 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
},
|
||||
Common::FR_FRA,
|
||||
Common::kPlatformUnknown,
|
||||
ADGF_NO_FLAGS,
|
||||
ADGF_UNSTABLE,
|
||||
Common::GUIO_NONE
|
||||
},
|
||||
|
||||
@ -134,7 +134,7 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
},
|
||||
Common::DE_DEU,
|
||||
Common::kPlatformUnknown,
|
||||
ADGF_NO_FLAGS,
|
||||
ADGF_UNSTABLE,
|
||||
Common::GUIO_NONE
|
||||
},
|
||||
|
||||
@ -152,7 +152,7 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
},
|
||||
Common::ES_ESP,
|
||||
Common::kPlatformUnknown,
|
||||
ADGF_NO_FLAGS,
|
||||
ADGF_UNSTABLE,
|
||||
Common::GUIO_NONE
|
||||
},
|
||||
|
||||
@ -170,7 +170,7 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
},
|
||||
Common::IT_ITA,
|
||||
Common::kPlatformUnknown,
|
||||
ADGF_NO_FLAGS,
|
||||
ADGF_UNSTABLE,
|
||||
Common::GUIO_NONE
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user