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:
parent
dca5f7dc20
commit
ec8dac5540
18 changed files with 48 additions and 8 deletions
|
@ -192,6 +192,7 @@ public:
|
|||
|
||||
bool LureMetaEngine::hasFeature(MetaEngineFeature f) const {
|
||||
return
|
||||
(f == kSupportsRTL) ||
|
||||
(f == kSupportsListSaves) ||
|
||||
(f == kSupportsDirectLoad) ||
|
||||
(f == kSupportsDeleteSave);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue