mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-23 18:24:59 +00:00
GOB: Give Geisha and Fascination fallback entries AdLib feature flags
This commit is contained in:
parent
f76416f00f
commit
50d328af3a
@ -315,7 +315,7 @@ static const GOBGameDescription fallbackDescs[] = {
|
||||
GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
|
||||
},
|
||||
kGameTypeFascination,
|
||||
kFeaturesNone,
|
||||
kFeaturesAdLib,
|
||||
"disk0.stk", 0, 0
|
||||
},
|
||||
{ //21
|
||||
@ -329,7 +329,7 @@ static const GOBGameDescription fallbackDescs[] = {
|
||||
GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
|
||||
},
|
||||
kGameTypeGeisha,
|
||||
kFeaturesEGA,
|
||||
kFeaturesEGA | kFeaturesAdLib,
|
||||
"disk1.stk", "intro.tot", 0
|
||||
},
|
||||
{ //22
|
||||
|
Loading…
Reference in New Issue
Block a user