mirror of https://github.com/stella-emu/stella.git
doc and usage() update for new launcher font sizes
This commit is contained in:
parent
1d1460924a
commit
ffef620e27
|
@ -2371,7 +2371,7 @@
|
|||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><pre>-launcherfont <small|small_medium|medium|large></pre></td>
|
||||
<td><pre>-launcherfont <small|low_medium|medium|large|large12|large14|large16></pre></td>
|
||||
<td>Set the size of the font in the ROM launcher.</td>
|
||||
</tr>
|
||||
|
||||
|
|
|
@ -410,7 +410,7 @@ void Settings::usage() const
|
|||
<< " -tia.inter <1|0> Enable interpolated (smooth) scaling for TIA\n"
|
||||
<< " image\n"
|
||||
<< " -tia.fs_stretch <1|0> Stretch TIA image to fill fullscreen mode\n"
|
||||
<< " -tia.fs_overscan <0-10> Add overscan to TIA image in fill fullscreen mode\n"
|
||||
<< " -tia.fs_overscan <0-10> Add overscan to TIA image in fullscreen mode\n"
|
||||
<< " -tia.dbgcolors <string> Debug colors to use for each object (see manual\n"
|
||||
<< " for description)\n"
|
||||
<< endl
|
||||
|
@ -467,23 +467,27 @@ void Settings::usage() const
|
|||
<< " -ssinterval <number> Number of seconds between snapshots in\n"
|
||||
<< " continuous snapshot mode\n"
|
||||
<< endl
|
||||
<< " -saveonexit <none|current Automatically save state(s) when exiting emulation\n"
|
||||
<< " all>\n"
|
||||
<< " -saveonexit <none|current| Automatically save state(s) when exiting\n"
|
||||
<< " all> emulation\n"
|
||||
<< " -autoslot <1|0> Automatically change to next save slot when\n"
|
||||
<< " state saving\n"
|
||||
<< endl
|
||||
<< " -rominfo <rom> Display detailed information for the given ROM\n"
|
||||
<< " -listrominfo Display contents of stella.pro, one line per ROM\n"
|
||||
<< " entry\n"
|
||||
<< " \n"
|
||||
<< endl
|
||||
<< " -exitlauncher <1|0> On exiting a ROM, go back to the ROM launcher\n"
|
||||
<< " -launcherres <WxH> The resolution to use in ROM launcher mode\n"
|
||||
<< " -launcherfont <small|medium| Use the specified font in the ROM launcher\n"
|
||||
<< " small_medium|large>\n"
|
||||
<< " -launcherfont <small| Use the specified font in the ROM launcher\n"
|
||||
<< " low_medium|\n"
|
||||
<< " medium|large|\n"
|
||||
<< " large12|large14|\n"
|
||||
<< " large16>\n"
|
||||
<< " -launcherroms <1|0> Show only ROMs in the launcher (vs. all files)\n"
|
||||
<< " -romviewer <float> Show ROM info viewer at given zoom level in ROM\n"
|
||||
<< " launcher (use 0 for off)\n"
|
||||
<< " -lastrom <name> Last played ROM, automatically selected in launcher\n"
|
||||
<< " -lastrom <name> Last played ROM, automatically selected in\n"
|
||||
<< " launcher\n"
|
||||
<< " -romloadcount <number> Number of ROM to load next from multicard\n"
|
||||
<< " -uipalette <standard| Selects GUI theme\n"
|
||||
<< " classic|light>\n"
|
||||
|
@ -496,9 +500,11 @@ void Settings::usage() const
|
|||
<< " UI\n"
|
||||
<< " -mdouble <speed> Mouse double click speed in UI\n"
|
||||
<< " -ctrldelay <delay> Delay before controller input is repeated in UI\n"
|
||||
<< " -ctrlrate <rate> Rate per second of repeated controller input in UI\n"
|
||||
<< " -ctrlrate <rate> Rate per second of repeated controller input in\n"
|
||||
<< " UI\n"
|
||||
<< " -basic_settings <0|1> Display only a basic settings dialog\n"
|
||||
<< " -romdir <dir> Set the directory where the ROM launcher will start\n"
|
||||
<< " -romdir <dir> Set the directory where the ROM launcher will\n"
|
||||
<< " start\n"
|
||||
<< " -avoxport <name> The name of the serial port where an AtariVox is\n"
|
||||
<< " connected\n"
|
||||
<< " -holdreset Start the emulator with the Game Reset switch\n"
|
||||
|
|
Loading…
Reference in New Issue