mirror of https://github.com/stella-emu/stella.git
Updated documentation for typo concerning dsense and msense.
Also add tsense, which I'm currently working on.
This commit is contained in:
parent
87282e6707
commit
369c426f33
|
@ -2039,14 +2039,21 @@
|
|||
<td><pre>-dsense <number></pre></td>
|
||||
<td>Sensitivity for emulation of paddles when using a digital device
|
||||
(ie, joystick digital axis or button, keyboard key, etc).
|
||||
Valid range of values is from 1 to 10, with larger numbers causing
|
||||
Valid range of values is from 1 to 20, with larger numbers causing
|
||||
faster movement.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><pre>-msense <number></pre></td>
|
||||
<td>Sensitivity for emulation of paddles when using a mouse.
|
||||
Valid range of values is from 1 to 15, with larger numbers causing
|
||||
Valid range of values is from 1 to 20, with larger numbers causing
|
||||
faster movement.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><pre>-tsense <number></pre></td>
|
||||
<td>Sensitivity for emulation of trackball controllers when using a mouse.
|
||||
Valid range of values is from 1 to 20, with larger numbers causing
|
||||
faster movement.</td>
|
||||
</tr>
|
||||
|
||||
|
|
Loading…
Reference in New Issue