mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-11 12:18:05 +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)
|
GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
|
||||||
},
|
},
|
||||||
kGameTypeFascination,
|
kGameTypeFascination,
|
||||||
kFeaturesNone,
|
kFeaturesAdLib,
|
||||||
"disk0.stk", 0, 0
|
"disk0.stk", 0, 0
|
||||||
},
|
},
|
||||||
{ //21
|
{ //21
|
||||||
@ -329,7 +329,7 @@ static const GOBGameDescription fallbackDescs[] = {
|
|||||||
GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
|
GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
|
||||||
},
|
},
|
||||||
kGameTypeGeisha,
|
kGameTypeGeisha,
|
||||||
kFeaturesEGA,
|
kFeaturesEGA | kFeaturesAdLib,
|
||||||
"disk1.stk", "intro.tot", 0
|
"disk1.stk", "intro.tot", 0
|
||||||
},
|
},
|
||||||
{ //22
|
{ //22
|
||||||
|
Loading…
x
Reference in New Issue
Block a user