diff options
| author | 2021-11-03 22:35:45 -0600 | |
|---|---|---|
| committer | 2021-11-24 20:30:27 -0600 | |
| commit | 84c58666a4dbb6d46e132514e4d91437fb689fa0 (patch) | |
| tree | 4d6196522922374c927f9139bd22c28ea8cad279 /src/common/settings.h | |
| parent | input_common: Fix motion from 3 axis (diff) | |
| download | yuzu-84c58666a4dbb6d46e132514e4d91437fb689fa0.tar.gz yuzu-84c58666a4dbb6d46e132514e4d91437fb689fa0.tar.xz yuzu-84c58666a4dbb6d46e132514e4d91437fb689fa0.zip | |
config: Cleanup and documentation
Diffstat (limited to 'src/common/settings.h')
| -rw-r--r-- | src/common/settings.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/common/settings.h b/src/common/settings.h index 95225fba7..b52d0d1d0 100644 --- a/src/common/settings.h +++ b/src/common/settings.h | |||
| @@ -559,8 +559,6 @@ struct Values { | |||
| 559 | Setting<bool> enable_accurate_vibrations{false, "enable_accurate_vibrations"}; | 559 | Setting<bool> enable_accurate_vibrations{false, "enable_accurate_vibrations"}; |
| 560 | 560 | ||
| 561 | Setting<bool> motion_enabled{true, "motion_enabled"}; | 561 | Setting<bool> motion_enabled{true, "motion_enabled"}; |
| 562 | BasicSetting<std::string> motion_device{"engine:motion_emu,update_period:100,sensitivity:0.01", | ||
| 563 | "motion_device"}; | ||
| 564 | BasicSetting<std::string> udp_input_servers{"127.0.0.1:26760", "udp_input_servers"}; | 562 | BasicSetting<std::string> udp_input_servers{"127.0.0.1:26760", "udp_input_servers"}; |
| 565 | 563 | ||
| 566 | BasicSetting<bool> pause_tas_on_load{true, "pause_tas_on_load"}; | 564 | BasicSetting<bool> pause_tas_on_load{true, "pause_tas_on_load"}; |
| @@ -583,7 +581,6 @@ struct Values { | |||
| 583 | 581 | ||
| 584 | TouchscreenInput touchscreen; | 582 | TouchscreenInput touchscreen; |
| 585 | 583 | ||
| 586 | BasicSetting<bool> use_touch_from_button{false, "use_touch_from_button"}; | ||
| 587 | BasicSetting<std::string> touch_device{"min_x:100,min_y:50,max_x:1800,max_y:850", | 584 | BasicSetting<std::string> touch_device{"min_x:100,min_y:50,max_x:1800,max_y:850", |
| 588 | "touch_device"}; | 585 | "touch_device"}; |
| 589 | BasicSetting<int> touch_from_button_map_index{0, "touch_from_button_map"}; | 586 | BasicSetting<int> touch_from_button_map_index{0, "touch_from_button_map"}; |