summaryrefslogtreecommitdiff
path: root/src/core/settings.h
diff options
context:
space:
mode:
authorGravatar wwylele2017-08-06 22:54:19 +0300
committerGravatar wwylele2017-08-11 11:03:18 +0300
commit867eabd6b7effc8ba6c21d7fcbd0480b14f81ad0 (patch)
tree8c4b98f7782e794f57603e20a44cea75e4788ea1 /src/core/settings.h
parentMerge pull request #2874 from danzel/spelling-1 (diff)
downloadyuzu-867eabd6b7effc8ba6c21d7fcbd0480b14f81ad0.tar.gz
yuzu-867eabd6b7effc8ba6c21d7fcbd0480b14f81ad0.tar.xz
yuzu-867eabd6b7effc8ba6c21d7fcbd0480b14f81ad0.zip
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 {
79 // Controls 79 // Controls
80 std::array<std::string, NativeButton::NumButtons> buttons; 80 std::array<std::string, NativeButton::NumButtons> buttons;
81 std::array<std::string, NativeAnalog::NumAnalogs> analogs; 81 std::array<std::string, NativeAnalog::NumAnalogs> analogs;
82 std::string motion_device;
82 83
83 // Core 84 // Core
84 bool use_cpu_jit; 85 bool use_cpu_jit;