diff options
Diffstat (limited to 'src/yuzu_cmd/default_ini.h')
| -rw-r--r-- | src/yuzu_cmd/default_ini.h | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h index ecdc271a8..6d613bf7a 100644 --- a/src/yuzu_cmd/default_ini.h +++ b/src/yuzu_cmd/default_ini.h | |||
| @@ -84,23 +84,10 @@ enable_accurate_vibrations= | |||
| 84 | # 0: Disabled, 1 (default): Enabled | 84 | # 0: Disabled, 1 (default): Enabled |
| 85 | motion_enabled = | 85 | motion_enabled = |
| 86 | 86 | ||
| 87 | # for motion input, the following devices are available: | 87 | # Defines the udp device's touch screen coordinate system for cemuhookudp devices |
| 88 | # - "motion_emu" (default) for emulating motion input from mouse input. Required parameters: | 88 | # - "min_x", "min_y", "max_x", "max_y" |
| 89 | # - "update_period": update period in milliseconds (default to 100) | ||
| 90 | # - "sensitivity": the coefficient converting mouse movement to tilting angle (default to 0.01) | ||
| 91 | # - "cemuhookudp" reads motion input from a udp server that uses cemuhook's udp protocol | ||
| 92 | motion_device= | ||
| 93 | |||
| 94 | # for touch input, the following devices are available: | ||
| 95 | # - "emu_window" (default) for emulating touch input from mouse input to the emulation window. No parameters required | ||
| 96 | # - "cemuhookudp" reads touch input from a udp server that uses cemuhook's udp protocol | ||
| 97 | # - "min_x", "min_y", "max_x", "max_y": defines the udp device's touch screen coordinate system | ||
| 98 | touch_device= | 89 | touch_device= |
| 99 | 90 | ||
| 100 | # Whether to enable or disable touch input from button | ||
| 101 | # 0 (default): Disabled, 1: Enabled | ||
| 102 | use_touch_from_button= | ||
| 103 | |||
| 104 | # for mapping buttons to touch inputs. | 91 | # for mapping buttons to touch inputs. |
| 105 | #touch_from_button_map=1 | 92 | #touch_from_button_map=1 |
| 106 | #touch_from_button_maps_0_name=default | 93 | #touch_from_button_maps_0_name=default |