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
Set touch panel sensitivity for individual regions, or introduce
delay on the touch panel. It is configured by adding a section
to `mai2.ini`:
delay on the touch panel. It is configured by adding an optional
section to `mai2.ini`:
```ini
[TouchPanel]
@ -34,8 +34,8 @@ to `mai2.ini`:
DelayMs=0
; Customize the activation threshold for specific touch
; sensors. The touch sensor values can be found by going
; into input test in the game test menu.
; sensors (optional). The touch sensor values can be found by
; going into input test in the game test menu.
SensitivityA1=90
SensitivityA2=90
...