Updated docs for threading.

This commit is contained in:
Stephen Anthony 2017-08-15 17:57:27 -02:30
parent 6f60437a9c
commit d92566ad40
3 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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>