mirror of
https://github.com/holub/mame
synced 2025-04-26 18:23:08 +03:00

emu/ioport.cpp: Allow controller files to override input sequences for inputs that don't use defaults, and to override the toggle setting for digital inputs. emu/config.cpp: Expose configuration level (mostly matters for controller files), improved verbose diagnostic messages, and moved a few things out of the global and preprocessor namespaces. docs: Added documentation for some controller configuration file features. The device mapping feature documentation will be merged in at some point. util/unicode.cpp, emu/input.cpp: API cleanups.
16 lines
200 B
ReStructuredText
16 lines
200 B
ReStructuredText
Advanced configuration
|
|
----------------------
|
|
|
|
.. toctree::
|
|
:titlesonly:
|
|
|
|
multiconfig
|
|
paths
|
|
shiftertoggle
|
|
bgfx
|
|
hlsl
|
|
glsl
|
|
ctrlr_config
|
|
devicemap
|
|
linux-lightguns
|