mirror of https://github.com/stella-emu/stella.git
Updated docs for threading.
This commit is contained in:
parent
6f60437a9c
commit
d92566ad40
|
@ -22,7 +22,7 @@
|
|||
* Added preliminary support for multi-threading in the Blargg TV effects
|
||||
code. This is still a WIP; more improvements are coming. Related to
|
||||
this, further optimized the TIA rendering code. Also added 'threads'
|
||||
commandline argument and associated UI item to enable/disable
|
||||
commandline argument and associated UI item to enable/disable
|
||||
multi-threading. Thanks to Thomas Jentzsch for the bulk of the work
|
||||
in this area.
|
||||
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 7.7 KiB After Width: | Height: | Size: 8.0 KiB |
|
@ -2468,6 +2468,7 @@
|
|||
<tr><td>Fast SC/AR BIOS</td><td>skip progress loading bars for SuperCharger ROMs</td><td>-fastscbios</td></tr>
|
||||
<tr><td>Show UI messages</td><td>overlay UI messages onscreen</td><td>-uimessages</td></tr>
|
||||
<tr><td>Center window</td><td>attempt to center application window</td><td>-center</td></tr>
|
||||
<tr><td>Use multi-threading</td><td>enable multi-threaded rendering</td><td>-threads</td></tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in New Issue