mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-22 05:45:38 +00:00
Fixed a comment in default ini file.
This commit is contained in:
parent
0c4f93897f
commit
46211fdcbd
|
@ -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.
|
||||
;
|
||||
|
||||
|
|
Loading…
Reference in a new issue