diff options
| author | JosJuice <josjuice@gmail.com> | 2019-11-20 19:40:47 +0100 |
|---|---|---|
| committer | JosJuice <josjuice@gmail.com> | 2019-11-20 20:13:36 +0100 |
| commit | c8b8a60033bb35917c10eeb5c4043ee428ae61a6 (patch) | |
| tree | 5fd72d47a96fa11554b02a5c86d7602d20be4d1a /Source/Core/InputCommon/ControllerInterface/Android/Android.h | |
| parent | 4d838212e2622f623a7f864163396a6a9634e47f (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.h | 2 |
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 |
