Documentation for new "--max-fps=<Hz>" option.
This commit is contained in:
parent
e57b96e448
commit
35734bb1a9
2 changed files with 7 additions and 0 deletions
|
@ -233,6 +233,7 @@
|
||||||
<view-offset-desc>Specify the default forward view direction as an offset from straight ahead. Allowable values are LEFT, RIGHT, CENTER, or a specific number in degrees</view-offset-desc>
|
<view-offset-desc>Specify the default forward view direction as an offset from straight ahead. Allowable values are LEFT, RIGHT, CENTER, or a specific number in degrees</view-offset-desc>
|
||||||
<visibility-desc>Specify initial visibility</visibility-desc>
|
<visibility-desc>Specify initial visibility</visibility-desc>
|
||||||
<visibility-miles-desc>Specify initial visibility in miles</visibility-miles-desc>
|
<visibility-miles-desc>Specify initial visibility in miles</visibility-miles-desc>
|
||||||
|
<max-fps-desc>Maximum frame rate in Hz.</max-fps-desc>
|
||||||
|
|
||||||
<!-- Hud options -->
|
<!-- Hud options -->
|
||||||
<hud-options>Hud Options</hud-options>
|
<hud-options>Hud Options</hud-options>
|
||||||
|
|
|
@ -329,6 +329,12 @@
|
||||||
<description>strings/enable-mouse-pointer-desc</description>
|
<description>strings/enable-mouse-pointer-desc</description>
|
||||||
</option>
|
</option>
|
||||||
|
|
||||||
|
<option>
|
||||||
|
<name>max-fps</name>
|
||||||
|
<arg>Hz</arg>
|
||||||
|
<description>strings/max-fps-desc</description>
|
||||||
|
</option>
|
||||||
|
|
||||||
<option>
|
<option>
|
||||||
<name>bpp</name>
|
<name>bpp</name>
|
||||||
<arg>depth</arg>
|
<arg>depth</arg>
|
||||||
|
|
Loading…
Reference in a new issue