DREAMWEB: Added subtitle option

This commit is contained in:
Vladimir Menshakov 2011-06-23 23:30:12 +04:00
parent 714976729d
commit e30b41b28e
6 changed files with 40 additions and 8 deletions

View file

@ -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;