Fixed a comment in default ini file.

This commit is contained in:
Bart Trzynadlowski 2011-09-30 16:48:12 +00:00
parent 0c4f93897f
commit 46211fdcbd

View file

@ -8,12 +8,12 @@
; Quick Overview
; --------------
;
; All settings are case sensitive. Numbers must be unsigned, base 10 integers.
; Check your spelling carefully because invalid settings are silently ignored.
; To verify that your settings are being parsed correctly, check the contents
; of error.log.
; All settings are case sensitive. Numbers must be integers. Check your
; spelling carefully because invalid settings are silently ignored. To verify
; that your settings are being parsed correctly, check the contents of
; error.log.
;
; Global options apply to all games. To create configuration profiles for
; Global options apply to all games. To create configuration profiles for
; individual games, place settings under sections with the same name as the
; corresponding MAME ROM set, like so:
;
@ -25,9 +25,9 @@
; ; ... etc. ...
;
; Input mappings are an exceptional case: they are only allowed in the global
; section. Per-game input mappings are not supported.
; section. Per-game input mappings are not supported.
;
; For a list of all valid settings, please consult README.txt. Only default
; For a list of all valid settings, please consult README.txt. Only default
; inputs are assigned here.
;