mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 12:39:56 +00:00
GNAP: Enable engine for the release
This commit is contained in:
parent
de715ca446
commit
82b28c9292
@ -1,3 +1,3 @@
|
||||
# This file is included from the main "configure" script
|
||||
# add_engine [name] [desc] [build-by-default] [subengines] [base games] [deps]
|
||||
add_engine gnap "UFOs" no "" "" "highres"
|
||||
add_engine gnap "UFOs" yes "" "" "highres"
|
||||
|
@ -43,7 +43,7 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
{"stock_n.dat", 0, "46819043d019a2f36b727cc2bdd6980f", 12515823},
|
||||
AD_LISTEND
|
||||
},
|
||||
Common::EN_ANY, Common::kPlatformWindows, ADGF_TESTING, GUIO0()
|
||||
Common::EN_ANY, Common::kPlatformWindows, ADGF_NO_FLAGS, GUIO0()
|
||||
},
|
||||
{
|
||||
"gnap", "",
|
||||
@ -51,7 +51,7 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
{"stock_n.dat", 0, "46819043d019a2f36b727cc2bdd6980f", 13497301},
|
||||
AD_LISTEND
|
||||
},
|
||||
Common::EN_ANY, Common::kPlatformWindows, ADGF_TESTING, GUIO0()
|
||||
Common::EN_ANY, Common::kPlatformWindows, ADGF_NO_FLAGS, GUIO0()
|
||||
},
|
||||
{
|
||||
"gnap", "",
|
||||
@ -59,7 +59,7 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
{"stock_n.dat", 0, "46819043d019a2f36b727cc2bdd6980f", 12995485},
|
||||
AD_LISTEND
|
||||
},
|
||||
Common::RU_RUS, Common::kPlatformWindows, ADGF_TESTING, GUIO0()
|
||||
Common::RU_RUS, Common::kPlatformWindows, ADGF_NO_FLAGS, GUIO0()
|
||||
},
|
||||
{
|
||||
"gnap", "Fargus",
|
||||
@ -67,7 +67,7 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
{"stock_n.dat", 0, "46819043d019a2f36b727cc2bdd6980f", 12847726},
|
||||
AD_LISTEND
|
||||
},
|
||||
Common::RU_RUS, Common::kPlatformWindows, ADGF_TESTING, GUIO0()
|
||||
Common::RU_RUS, Common::kPlatformWindows, ADGF_NO_FLAGS, GUIO0()
|
||||
},
|
||||
|
||||
AD_TABLE_END_MARKER
|
||||
|
Loading…
Reference in New Issue
Block a user