mame/docs
Vas Crabb ed872d1bd2 Fix some oversights and emergent behaviour with view selection.
Exposed the "native snapview" option on the video manager.  Trying to
use presence of a single view is a poor proxy that breaks with
multi-screen systems.

Allow rotation to be changed for native snapshot views, and disable the
zoom to screen area control when it has no effect on the selected view.

Treat an empty string identically to "auto" for view selectction.
Previously this was being used for prefix matching so it would force the
first view.  (This caused the bad snapshot view selection.  It had been
relying on "internal" not being a common view name prefix so it fell
through to automatic selection, but when changed to an empty string it
forced the first view.)

Documented "auto" as well as "native" for the -snapview option and
changed the default to auto rather than an empty string for consistency
with the -viewN options.

Added [w]string_view handlers to the stuff that's instantiated in
strformat.cpp since we'll be increasingly using them.

Cleaned up and updated some documentation.
2020-12-20 15:28:27 +11:00
..
legal Maintenance: 2020-03-04 22:41:15 +11:00
man
source Fix some oversights and emergent behaviour with view selection. 2020-12-20 15:28:27 +11:00
swlist
themes/sphinx_rtd_theme Update RTD docs theme to 0.5.0 to fix search box. 2020-07-12 12:15:49 +10:00
CONTRIBUTING.md
LICENSE
Makefile
README.md
update.sh

MAME Documentation

This contains the source for docs.mamedev.org.