mirror of https://github.com/stella-emu/stella.git
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:
parent
79cfdb294c
commit
7e1e3f0b31
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue