diff options
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 bf8014c5a..024f14666 100644 --- a/src/core/settings.h +++ b/src/core/settings.h | |||
| @@ -81,6 +81,7 @@ struct Values { | |||
| 81 | std::array<std::string, NativeButton::NumButtons> buttons; | 81 | std::array<std::string, NativeButton::NumButtons> buttons; |
| 82 | std::array<std::string, NativeAnalog::NumAnalogs> analogs; | 82 | std::array<std::string, NativeAnalog::NumAnalogs> analogs; |
| 83 | std::string motion_device; | 83 | std::string motion_device; |
| 84 | std::string touch_device; | ||
| 84 | 85 | ||
| 85 | // Core | 86 | // Core |
| 86 | bool use_cpu_jit; | 87 | bool use_cpu_jit; |