Changed description of tv.jitter to not mention scanlines.

git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@3277 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
stephena 2016-02-12 14:28:30 +00:00
parent 79cfdb294c
commit 7e1e3f0b31
2 changed files with 3 additions and 3 deletions

View File

@ -1450,7 +1450,7 @@
</tr>
<tr>
<td>Toggle TV scanline 'jitter'</td>
<td>Toggle TV 'jitter' effect</td>
<td>Shift-Alt + j</td>
<td>Shift-Cmd + j</td>
</tr>

View File

@ -374,8 +374,8 @@ void Settings::usage() const
<< " -tv.filter <0-5> Set TV effects off (0) or to specified mode (1-5)\n"
<< " -tv.scanlines <0-100> Set scanline intensity to percentage (0 disables completely)\n"
<< " -tv.scaninter <1|0> Enable interpolated (smooth) scanlines\n"
<< " -tv.jitter <1|0> Enable scanline jitter effect\n"
<< " -tv.jitter_recovery <number> Set recovery time for scanline jitter effect\n"
<< " -tv.jitter <1|0> Enable TV jitter effect\n"
<< " -tv.jitter_recovery <1-20> Set recovery time for TV jitter effect\n"
<< " -tv.contrast <value> Set TV effects custom contrast to value 1.0 - 1.0\n"
<< " -tv.brightness <value> Set TV effects custom brightness to value 1.0 - 1.0\n"
<< " -tv.hue <value> Set TV effects custom hue to value 1.0 - 1.0\n"