diff options
| author | 2018-09-09 22:31:04 -0400 | |
|---|---|---|
| committer | 2018-09-09 22:31:04 -0400 | |
| commit | 50c191439d94764bcecb1efed98b4b59d032bfb4 (patch) | |
| tree | 8744c0ee71140a2a0f0cbeb9abb9214cdeee9506 /src/core/settings.h | |
| parent | Merge pull request #1283 from lioncash/unused (diff) | |
| parent | hid: Implement ReloadInputDevices (diff) | |
| download | yuzu-50c191439d94764bcecb1efed98b4b59d032bfb4.tar.gz yuzu-50c191439d94764bcecb1efed98b4b59d032bfb4.tar.xz yuzu-50c191439d94764bcecb1efed98b4b59d032bfb4.zip | |
Merge pull request #1276 from FearlessTobi/fix-stupid-stub
hid: Implement ReloadInputDevices
Diffstat (limited to 'src/core/settings.h')
| -rw-r--r-- | src/core/settings.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/settings.h b/src/core/settings.h index 5bf1863e6..08a16ef2c 100644 --- a/src/core/settings.h +++ b/src/core/settings.h | |||
| @@ -5,6 +5,7 @@ | |||
| 5 | #pragma once | 5 | #pragma once |
| 6 | 6 | ||
| 7 | #include <array> | 7 | #include <array> |
| 8 | #include <atomic> | ||
| 8 | #include <string> | 9 | #include <string> |
| 9 | #include "common/common_types.h" | 10 | #include "common/common_types.h" |
| 10 | 11 | ||
| @@ -120,6 +121,7 @@ struct Values { | |||
| 120 | std::array<std::string, NativeAnalog::NumAnalogs> analogs; | 121 | std::array<std::string, NativeAnalog::NumAnalogs> analogs; |
| 121 | std::string motion_device; | 122 | std::string motion_device; |
| 122 | std::string touch_device; | 123 | std::string touch_device; |
| 124 | std::atomic_bool is_device_reload_pending{true}; | ||
| 123 | 125 | ||
| 124 | // Core | 126 | // Core |
| 125 | bool use_cpu_jit; | 127 | bool use_cpu_jit; |