diff options
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 }; /** |