DREAMWEB: Added subtitle option
This commit is contained in:
parent
714976729d
commit
e30b41b28e
6 changed files with 40 additions and 8 deletions
|
@ -85,6 +85,7 @@ bool DreamWebMetaEngine::hasFeature(MetaEngineFeature f) const {
|
|||
bool DreamWeb::DreamWebEngine::hasFeature(EngineFeature f) const {
|
||||
switch(f) {
|
||||
case kSupportsRTL:
|
||||
case kSupportsSubtitleOptions:
|
||||
return true;
|
||||
default:
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue