diff options
| author | 2017-08-06 22:54:19 +0300 | |
|---|---|---|
| committer | 2017-08-11 11:03:18 +0300 | |
| commit | 867eabd6b7effc8ba6c21d7fcbd0480b14f81ad0 (patch) | |
| tree | 8c4b98f7782e794f57603e20a44cea75e4788ea1 /src/core/settings.h | |
| parent | Merge pull request #2874 from danzel/spelling-1 (diff) | |
| download | yuzu-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.h | 1 |
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; |