diff options
Diffstat (limited to 'common/system.h')
-rw-r--r-- | common/system.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/common/system.h b/common/system.h index 5dd3f68bc0..a481884ea8 100644 --- a/common/system.h +++ b/common/system.h @@ -339,10 +339,14 @@ public: kFeatureOpenUrl #ifdef ANDROIDSDL + , + /** + * show on-screen control + */ + kFeatureOnScreenControl, /** * mouse emulation mode */ - , kFeatureTouchpadMode #endif }; |