summaryrefslogtreecommitdiff
path: root/src/core/settings.h
diff options
context:
space:
mode:
authorwwylele <wwylele@gmail.com>2017-08-06 22:54:19 +0300
committerwwylele <wwylele@gmail.com>2017-08-11 11:03:18 +0300
commit867eabd6b7effc8ba6c21d7fcbd0480b14f81ad0 (patch)
tree8c4b98f7782e794f57603e20a44cea75e4788ea1 /src/core/settings.h
parent53ef90d1bde275367d71cb7d4658a7e7399da7e8 (diff)
HID: use MotionDevice for Accelerometer and Gyroscope
Diffstat (limited to 'src/core/settings.h')
-rw-r--r--src/core/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/settings.h b/src/core/settings.h
index ee16bb90a..7e15b119b 100644
--- a/src/core/settings.h
+++ b/src/core/settings.h
@@ -79,6 +79,7 @@ struct Values {
// Controls
std::array<std::string, NativeButton::NumButtons> buttons;
std::array<std::string, NativeAnalog::NumAnalogs> analogs;
+ std::string motion_device;
// Core
bool use_cpu_jit;