aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/detection.cpp
diff options
context:
space:
mode:
authorChristopher Page2008-08-16 02:53:16 +0000
committerChristopher Page2008-08-16 02:53:16 +0000
commitec8dac5540d87925525523eb1715abc1ec271261 (patch)
tree011dadbf571c2794c7868827bd910aec51e2110d /engines/agos/detection.cpp
parentdca5f7dc20743d57c30ee2978979c3f5b313658f (diff)
downloadscummvm-rg350-ec8dac5540d87925525523eb1715abc1ec271261.tar.gz
scummvm-rg350-ec8dac5540d87925525523eb1715abc1ec271261.tar.bz2
scummvm-rg350-ec8dac5540d87925525523eb1715abc1ec271261.zip
Added a MetaEngineFeature for RTL support, the RTL button is disabled in the GMM if the engine doesn't support it
svn-id: r33921
Diffstat (limited to 'engines/agos/detection.cpp')
-rw-r--r--engines/agos/detection.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/agos/detection.cpp b/engines/agos/detection.cpp
index ce7be3d440..12f281d0dc 100644
--- a/engines/agos/detection.cpp
+++ b/engines/agos/detection.cpp
@@ -117,6 +117,7 @@ public:
bool AgosMetaEngine::hasFeature(MetaEngineFeature f) const {
return
+ (f == kSupportsRTL) ||
(f == kSupportsListSaves);
}