update documentation
@ -24,9 +24,9 @@
|
||||
|
||||
* Added 'Turbo' mode, runs the game as fast as the computer allows.
|
||||
|
||||
* Added selectable dialog fonts (TODO: Doc)
|
||||
* Added selectable dialog fonts
|
||||
|
||||
* Added option which lets default ROM path follow launcher navigation (TODO: Doc)
|
||||
* Added option which lets default ROM path follow launcher navigation
|
||||
|
||||
* Added displaying last write address in the debugger.
|
||||
|
||||
|
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 5.7 KiB |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.6 KiB |
@ -2404,6 +2404,11 @@
|
||||
<td>Use the specified palette for UI elements.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><pre>-dialogfont <small|low_medium|medium|large|large12|large14|large16></pre></td>
|
||||
<td>Set the size of the font in the dialogs.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><pre>-dialogpos <0 - 4></pre></td>
|
||||
<td>Set the position of dialogs within Stella windows (0 = center).</td>
|
||||
@ -2448,7 +2453,12 @@
|
||||
|
||||
<tr>
|
||||
<td><pre>-romdir <dir></pre></td>
|
||||
<td>Set the directory where the ROM launcher will start.</td>
|
||||
<td>Set the path where the ROM launcher will start.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><pre>-followlauncher <0|1></pre></td>
|
||||
<td>Make the start path follow ROM launcher navigation.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
@ -2914,8 +2924,9 @@
|
||||
<table border="1" cellpadding="4">
|
||||
<tr><th>Item</th><th>Brief description</th><th>For more information,<br>see <a href="#CommandLine">CommandLine</a></th></tr>
|
||||
<tr><td>Theme</td><td>Theme to use for UI elements (see examples)</td><td>-uipalette</td></tr>
|
||||
<tr><td>Dialogs position</td><td>Position of dialogs with Stella window</td><td>-dialogpos</td></tr>
|
||||
<tr><td>Dialogs font</td><td>The font used in the dialogs</td><td>-dialogfont</td></tr>
|
||||
<tr><td>HiDPI mode</td><td>Scales the UI by a factor of two when enabled</td><td>-hidpi</td></tr>
|
||||
<tr><td>Dialogs position</td><td>Position of dialogs with Stella window</td><td>-dialogpos</td></tr>
|
||||
<tr><td>Confirm exiting...</td><td>Display a popup when emulation is exited</td><td>-confirmexit</td></tr>
|
||||
<tr><td>List input delay</td><td>Maximum delay between keypresses in filelist-widgets before a search string resets. </td><td>-listdelay</td></tr>
|
||||
<tr><td>Mouse wheel scroll</td><td>Number of lines a mouse scroll will move in list-widgets</td><td>-mwheel</td></tr>
|
||||
|