diff options
| author | 2017-08-09 02:57:42 +0300 | |
|---|---|---|
| committer | 2017-08-24 15:00:56 +0300 | |
| commit | 2617de1fe6f6f1fc846a8e038e1ea77a894554b2 (patch) | |
| tree | 08c5cc339ed43241359c1e0b6d7331ca69408eb4 /src/citra/config.cpp | |
| parent | HID: use TouchDevice for touch pad (diff) | |
| download | yuzu-2617de1fe6f6f1fc846a8e038e1ea77a894554b2.tar.gz yuzu-2617de1fe6f6f1fc846a8e038e1ea77a894554b2.tar.xz yuzu-2617de1fe6f6f1fc846a8e038e1ea77a894554b2.zip | |
EmuWindow: refactor touch input into a TouchDevice
Diffstat (limited to 'src/citra/config.cpp')
| -rw-r--r-- | src/citra/config.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/citra/config.cpp b/src/citra/config.cpp index 73846ed91..93569fc4c 100644 --- a/src/citra/config.cpp +++ b/src/citra/config.cpp | |||
| @@ -78,6 +78,8 @@ void Config::ReadValues() { | |||
| 78 | 78 | ||
| 79 | Settings::values.motion_device = sdl2_config->Get( | 79 | Settings::values.motion_device = sdl2_config->Get( |
| 80 | "Controls", "motion_device", "engine:motion_emu,update_period:100,sensitivity:0.01"); | 80 | "Controls", "motion_device", "engine:motion_emu,update_period:100,sensitivity:0.01"); |
| 81 | Settings::values.touch_device = | ||
| 82 | sdl2_config->Get("Controls", "touch_device", "engine:emu_window"); | ||
| 81 | 83 | ||
| 82 | // Core | 84 | // Core |
| 83 | Settings::values.use_cpu_jit = sdl2_config->GetBoolean("Core", "use_cpu_jit", true); | 85 | Settings::values.use_cpu_jit = sdl2_config->GetBoolean("Core", "use_cpu_jit", true); |