mirror of https://github.com/stella-emu/stella.git
Remove extra quote for audio presets
The list of presets includes an extra quote in "low quality, medium lag"; this patch removes it. Signed-off-by: Stephen Kitt <steve@sk2.org>
This commit is contained in:
parent
63f1414007
commit
491777df2b
|
@ -2155,7 +2155,7 @@
|
|||
<tr>
|
||||
<td><pre>-audio.preset <1 - 5></pre></td>
|
||||
<td>Set an audio preset. Numbers in sequence represent presets for
|
||||
'custom', 'low quality, 'medium lag', 'high quality, medium lag',
|
||||
'custom', 'low quality, medium lag', 'high quality, medium lag',
|
||||
'high quality, low lag' and 'ultra quality, minimal lag'.</td>
|
||||
</tr>
|
||||
|
||||
|
|
Loading…
Reference in New Issue