Added a MetaEngineFeature for RTL support, the RTL button is disabled in the GMM if the engine doesn't support it

svn-id: r33921
This commit is contained in:
Christopher Page 2008-08-16 02:53:16 +00:00
parent dca5f7dc20
commit ec8dac5540
18 changed files with 48 additions and 8 deletions

View file

@ -192,6 +192,7 @@ public:
bool LureMetaEngine::hasFeature(MetaEngineFeature f) const {
return
(f == kSupportsRTL) ||
(f == kSupportsListSaves) ||
(f == kSupportsDirectLoad) ||
(f == kSupportsDeleteSave);