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 ; Quick Overview
; -------------- ; --------------
; ;
; All settings are case sensitive. Numbers must be unsigned, base 10 integers. ; All settings are case sensitive. Numbers must be integers. Check your
; Check your spelling carefully because invalid settings are silently ignored. ; spelling carefully because invalid settings are silently ignored. To verify
; To verify that your settings are being parsed correctly, check the contents ; that your settings are being parsed correctly, check the contents of
; of error.log. ; 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 ; individual games, place settings under sections with the same name as the
; corresponding MAME ROM set, like so: ; corresponding MAME ROM set, like so:
; ;
@ -25,9 +25,9 @@
; ; ... etc. ... ; ; ... etc. ...
; ;
; Input mappings are an exceptional case: they are only allowed in the global ; 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. ; inputs are assigned here.
; ;