summaryrefslogtreecommitdiffstatshomepage
path: root/docs/source/commandline/sdlconfig.rst
diff options
context:
space:
mode:
author Firehawke <34792592+Firehawke@users.noreply.github.com>2019-01-02 10:05:21 -0700
committer Vas Crabb <cuavas@users.noreply.github.com>2019-01-03 04:05:21 +1100
commit6432d6603779cbb8bf5974eca36b88009d7cc429 (patch)
tree8b83ab71cec65f4c00d228f670b85b4c631603d2 /docs/source/commandline/sdlconfig.rst
parent3d29b8927d5ad4140c69d00713f1e901bae6af97 (diff)
Case sensitivity training for INI (nw) (#4455)
* Case sensitivity training for INI (nw) The world is not 100% Windows, so case sensitvity is needed. * Further standardization of the formatting (nw) More to go... * Pass 2 of new formatting wave (nw) More to go, though. * wave 3 of formatting cleanup (nw) Further adjustments and cleanups, including unwanted tabs. * Correct filtering instructions (nw)
Diffstat (limited to 'docs/source/commandline/sdlconfig.rst')
-rw-r--r--docs/source/commandline/sdlconfig.rst15
1 files changed, 7 insertions, 8 deletions
diff --git a/docs/source/commandline/sdlconfig.rst b/docs/source/commandline/sdlconfig.rst
index 09baeb85f3d..0da5f4c526e 100644
--- a/docs/source/commandline/sdlconfig.rst
+++ b/docs/source/commandline/sdlconfig.rst
@@ -23,13 +23,13 @@ Video Options
**-[no]centerh**
- Center horizontally within the view area. Default is ON (*-centerh*).
+ Center horizontally within the view area. Default is ON (**-centerh**).
.. _mame-scommandline-centerv:
**-[no]centerv**
- Center vertically within the view area. Default is ON (*-centerv*).
+ Center vertically within the view area. Default is ON (**-centerv**).
Video Soft-Specific Options
@@ -39,7 +39,7 @@ Video Soft-Specific Options
**-scalemode**
- Scale mode: none, async, yv12, yuy2, yv12x2, yuy2x2 (**-video soft** only). Default is '*none*'.
+ Scale mode: none, async, yv12, yuy2, yv12x2, yuy2x2 (**-video soft** only). Default is *none*.
SDL Keyboard Mapping
@@ -49,13 +49,13 @@ SDL Keyboard Mapping
**-keymap**
- Enable keymap. Default is OFF (*-nokeymap*)
+ Enable keymap. Default is OFF (**-nokeymap**)
.. _mame-scommandline-keymapfile:
**-keymap_file** *<file>*
-
- Keymap Filename. Default is '*keymap.dat*'.
+
+ Keymap Filename. Default is ``keymap.dat``.
SDL Joystick Mapping
@@ -77,7 +77,7 @@ Name of joystick mapped to a given joystick slot, default is *auto*.
**-sixaxis**
- Use special handling for PS3 SixAxis controllers. Default is OFF (*-nosixaxis*)
+ Use special handling for PS3 SixAxis controllers. Default is OFF (**-nosixaxis**)
SDL Low-level Driver Options
@@ -100,4 +100,3 @@ SDL Low-level Driver Options
**-gl_lib** *<driver>*
Alternative **libGL.so** to use; '*auto*' for system default
-