mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-01 08:23:15 +00:00
DREAMWEB: Show subtitle options only for CD version
This commit is contained in:
parent
a5748a34af
commit
08375150ca
@ -85,8 +85,9 @@ bool DreamWebMetaEngine::hasFeature(MetaEngineFeature f) const {
|
||||
bool DreamWeb::DreamWebEngine::hasFeature(EngineFeature f) const {
|
||||
switch(f) {
|
||||
case kSupportsRTL:
|
||||
case kSupportsSubtitleOptions:
|
||||
return true;
|
||||
case kSupportsSubtitleOptions:
|
||||
return _gameDescription->desc.flags & ADGF_CD;
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user