mirror of
https://github.com/holub/mame
synced 2025-04-21 16:01:56 +03:00
![]() 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. |
||
---|---|---|
.. | ||
legal | ||
man | ||
source | ||
swlist | ||
themes/sphinx_rtd_theme | ||
CONTRIBUTING.md | ||
LICENSE | ||
Makefile | ||
README.md | ||
update.sh |
MAME Documentation
This contains the source for docs.mamedev.org.