LAUNCHER: Introduce GUIO0() in order to replace GUIO1(GUIO_NONE)
This commit is contained in:
parent
d608c07944
commit
bab4b6f729
28 changed files with 243 additions and 242 deletions
|
@ -43,7 +43,7 @@ static const ADGameDescription tuckerGameDescriptions[] = {
|
|||
Common::FR_FRA,
|
||||
Common::kPlatformPC,
|
||||
Tucker::kGameFlagNoSubtitles,
|
||||
GUIO1(GUIO_NONE)
|
||||
GUIO0()
|
||||
},
|
||||
{
|
||||
"tucker",
|
||||
|
@ -52,7 +52,7 @@ static const ADGameDescription tuckerGameDescriptions[] = {
|
|||
Common::EN_ANY,
|
||||
Common::kPlatformPC,
|
||||
Tucker::kGameFlagEncodedData,
|
||||
GUIO1(GUIO_NONE)
|
||||
GUIO0()
|
||||
},
|
||||
{
|
||||
"tucker",
|
||||
|
@ -61,7 +61,7 @@ static const ADGameDescription tuckerGameDescriptions[] = {
|
|||
Common::ES_ESP,
|
||||
Common::kPlatformPC,
|
||||
Tucker::kGameFlagEncodedData,
|
||||
GUIO1(GUIO_NONE)
|
||||
GUIO0()
|
||||
},
|
||||
{
|
||||
"tucker",
|
||||
|
@ -70,7 +70,7 @@ static const ADGameDescription tuckerGameDescriptions[] = {
|
|||
Common::DE_DEU,
|
||||
Common::kPlatformPC,
|
||||
Tucker::kGameFlagEncodedData,
|
||||
GUIO1(GUIO_NONE)
|
||||
GUIO0()
|
||||
},
|
||||
{
|
||||
"tucker",
|
||||
|
@ -79,7 +79,7 @@ static const ADGameDescription tuckerGameDescriptions[] = {
|
|||
Common::PL_POL,
|
||||
Common::kPlatformPC,
|
||||
0,
|
||||
GUIO1(GUIO_NONE)
|
||||
GUIO0()
|
||||
},
|
||||
{
|
||||
"tucker",
|
||||
|
@ -88,7 +88,7 @@ static const ADGameDescription tuckerGameDescriptions[] = {
|
|||
Common::CZ_CZE,
|
||||
Common::kPlatformPC,
|
||||
Tucker::kGameFlagEncodedData,
|
||||
GUIO1(GUIO_NONE)
|
||||
GUIO0()
|
||||
},
|
||||
{
|
||||
"tucker",
|
||||
|
@ -97,7 +97,7 @@ static const ADGameDescription tuckerGameDescriptions[] = {
|
|||
Common::EN_ANY,
|
||||
Common::kPlatformPC,
|
||||
ADGF_DEMO | Tucker::kGameFlagDemo,
|
||||
GUIO1(GUIO_NONE)
|
||||
GUIO0()
|
||||
},
|
||||
AD_TABLE_END_MARKER
|
||||
};
|
||||
|
@ -109,7 +109,7 @@ static const ADGameDescription tuckerDemoGameDescription = {
|
|||
Common::EN_ANY,
|
||||
Common::kPlatformPC,
|
||||
ADGF_DEMO | Tucker::kGameFlagDemo | Tucker::kGameFlagIntroOnly,
|
||||
GUIO1(GUIO_NONE)
|
||||
GUIO0()
|
||||
};
|
||||
|
||||
class TuckerMetaEngine : public AdvancedMetaEngine {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue