diff options
author | 2019-11-23 13:27:38 -0700 | |
---|---|---|
committer | 2019-11-25 18:51:44 +1100 | |
commit | a10af356cc076718b731f3515be7dbbccb5e849f (patch) | |
tree | c5945f42444110e0a7167718e45db944ba717721 /docs/source/commandline | |
parent | aadd818687caa73d2748d63c725d0794724f99ae (diff) |
Update documentation (nw)
* Update MAME docs revision to 0.216
* Add FAQ question about autofire with walkthrough of setup process.
* Add VSCode .gitignore for RST compilation temporary folder (/docs/source/_build)
* Add a caveat about autofire+normal fire mapping
* Add -lowlatency to the docs.
Diffstat (limited to 'docs/source/commandline')
-rw-r--r-- | docs/source/commandline/commandline-all.rst | 10 | ||||
-rw-r--r-- | docs/source/commandline/commandline-index.rst | 1 |
2 files changed, 11 insertions, 0 deletions
diff --git a/docs/source/commandline/commandline-all.rst b/docs/source/commandline/commandline-all.rst index c5bced793c5..e2154f6c849 100644 --- a/docs/source/commandline/commandline-all.rst +++ b/docs/source/commandline/commandline-all.rst @@ -1087,7 +1087,17 @@ Core Performance Options **-str** *<n>* **-video none -sound none -nothrottle** +.. _mame-commandline-lowlatency: +**-lowlatency** + + This tells MAME to draw a new frame before throttling to reduce input + latency. This is particularly effective with VRR (Variable Refresh Rate) + displays. + + This may cause frame pacing issues in the form of jitter with some + systems (especially newer 3D-based systems or systems that run software + akin to an operating system), so the default is off (**-nolowlatency**). Core Rotation Options --------------------- diff --git a/docs/source/commandline/commandline-index.rst b/docs/source/commandline/commandline-index.rst index b2caa063d14..c2cb93efbf1 100644 --- a/docs/source/commandline/commandline-index.rst +++ b/docs/source/commandline/commandline-index.rst @@ -143,6 +143,7 @@ Core Performance Options | :ref:`[no]refreshspeed <mame-commandline-norefreshspeed>` | :ref:`numprocessors <mame-commandline-numprocessors>` | :ref:`bench <mame-commandline-bench>` +| :ref:`lowlatency <mame-commandline-lowlatency>` Core Rotation Options |