Update README.md

This commit is contained in:
beerpsi 2024-08-08 06:52:14 +00:00
parent 75c36d9eb2
commit 74dfcfa040

View File

@ -24,8 +24,8 @@ Show only the left monitor at the center of the screen.
### TouchPanel ### TouchPanel
Set touch panel sensitivity for individual regions, or introduce Set touch panel sensitivity for individual regions, or introduce
delay on the touch panel. It is configured by adding a section delay on the touch panel. It is configured by adding an optional
to `mai2.ini`: section to `mai2.ini`:
```ini ```ini
[TouchPanel] [TouchPanel]
@ -34,8 +34,8 @@ to `mai2.ini`:
DelayMs=0 DelayMs=0
; Customize the activation threshold for specific touch ; Customize the activation threshold for specific touch
; sensors. The touch sensor values can be found by going ; sensors (optional). The touch sensor values can be found by
; into input test in the game test menu. ; going into input test in the game test menu.
SensitivityA1=90 SensitivityA1=90
SensitivityA2=90 SensitivityA2=90
... ...