summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/Android/Android.h
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2019-11-20 19:40:47 +0100
committerJosJuice <josjuice@gmail.com>2019-11-20 20:13:36 +0100
commitc8b8a60033bb35917c10eeb5c4043ee428ae61a6 (patch)
tree5fd72d47a96fa11554b02a5c86d7602d20be4d1a /Source/Core/InputCommon/ControllerInterface/Android/Android.h
parent4d838212e2622f623a7f864163396a6a9634e47f (diff)
Android: Let WiimoteEmu know whether we have accelerometer/gyroscope
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/Android/Android.h')
-rw-r--r--Source/Core/InputCommon/ControllerInterface/Android/Android.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/Android/Android.h b/Source/Core/InputCommon/ControllerInterface/Android/Android.h
index 82a1a47954..c9e7ddc0a9 100644
--- a/Source/Core/InputCommon/ControllerInterface/Android/Android.h
+++ b/Source/Core/InputCommon/ControllerInterface/Android/Android.h
@@ -9,6 +9,8 @@
namespace ciface::Android
{
+void SetMotionSensorsEnabled(bool accelerometer_enabled, bool gyroscope_enabled);
+
void PopulateDevices();
class Touchscreen : public Core::Device