diff options
author | 2023-01-14 15:57:22 +1100 | |
---|---|---|
committer | 2023-01-14 15:57:22 +1100 | |
commit | 2592ac32c15622249028fecfb2043eda3129e8be (patch) | |
tree | b262f0ffdfab902617d3972a2e5e00815bd8808e /docs/source/commandline/commandline-index.rst | |
parent | 33c6487b886eacad916a12637a575ad563fa9e61 (diff) |
osd: Added option to accept SDL game controller/joystick input when losing UI focus.
Diffstat (limited to 'docs/source/commandline/commandline-index.rst')
-rw-r--r-- | docs/source/commandline/commandline-index.rst | 32 |
1 files changed, 21 insertions, 11 deletions
diff --git a/docs/source/commandline/commandline-index.rst b/docs/source/commandline/commandline-index.rst index 2e1451af384..7caffd6d3b3 100644 --- a/docs/source/commandline/commandline-index.rst +++ b/docs/source/commandline/commandline-index.rst @@ -1,14 +1,17 @@ .. _index-commandline: -Commandline Index -================= +Command-line Index +================== -This is a complete index of all commandline options and commands for MAME, suitable for quickly finding a given command. +This is a complete index of all command-line options and verbs for MAME, +suitable for quickly finding a given option. -Universal Commandline Options ------------------------------ -This section contains configuration options that are applicable to *all* MAME sub-builds (both SDL and Windows native). +Universal Command-line Options +------------------------------ + +This section contains configuration options that are applicable to *all* MAME +configurations (including both SDL and Windows native). Core Verbs @@ -53,6 +56,8 @@ OSD-related Options ~~~~~~~~~~~~~~~~~~~ | :ref:`uimodekey <mame-commandline-uimodekey>` +| :ref:`controller_map <mame-commandline-controllermap>` +| :ref:`background_input <mame-commandline-backgroundinput>` | :ref:`uifontprovider <mame-commandline-uifontprovider>` | :ref:`keyboardprovider <mame-commandline-keyboardprovider>` | :ref:`mouseprovider <mame-commandline-mouseprovider>` @@ -351,8 +356,11 @@ PortAudio Options | :ref:`pa_latency <mame-commandline-palatency>` -Windows-Specific Commandline Options ------------------------------------- +Windows-Specific Command-line Options +------------------------------------- + +This section contains configuration options that are specific to the native +(non-SDL) Windows version of MAME. Windows Performance Options @@ -377,10 +385,12 @@ Windows Input Device Options | :ref:`[no]dual_lightgun <mame-wcommandline-duallightgun>` -SDL-Specific Commandline Options --------------------------------- -This section contains configuration options that are specific to any build supported by SDL (including Windows where compiled as SDL instead of native). +SDL-Specific Command-line Options +--------------------------------- + +This section contains configuration options that are specific to any build +supported by SDL (including Windows when built with SDL instead of native). SDL Performance Options |