diff options
author | lubomyr | 2017-02-14 15:13:58 +0200 |
---|---|---|
committer | lubomyr | 2017-02-14 15:13:58 +0200 |
commit | 216f9c4f11cd95f9e4ed049c9ecc97304e83f837 (patch) | |
tree | d28adb26dca57181721d175e435b3140daba813d /common | |
parent | f8c4274f1a0bdde91123f3cd493d14e5a1b1a91e (diff) | |
download | scummvm-rg350-216f9c4f11cd95f9e4ed049c9ecc97304e83f837.tar.gz scummvm-rg350-216f9c4f11cd95f9e4ed049c9ecc97304e83f837.tar.bz2 scummvm-rg350-216f9c4f11cd95f9e4ed049c9ecc97304e83f837.zip |
ANDROIDSDL: backend related checking in options.cpp replaced with hasFeature... condition, renamed some fields and methods
Diffstat (limited to 'common')
-rw-r--r-- | common/system.h | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/common/system.h b/common/system.h index a481884ea8..eda4ec6b10 100644 --- a/common/system.h +++ b/common/system.h @@ -336,19 +336,17 @@ public: * * This feature has no associated state. */ - kFeatureOpenUrl - -#ifdef ANDROIDSDL - , - /** - * show on-screen control - */ + kFeatureOpenUrl , + + /** + * show on-screen control + */ kFeatureOnScreenControl, - /** - * mouse emulation mode - */ + + /** + * mouse emulation mode + */ kFeatureTouchpadMode -#endif }; /** |