Bring sample conf up to date with boost changes
This commit is contained in:
parent
ce7bf97dd4
commit
7a1dd2588d
|
@ -63,7 +63,7 @@ To run mkxp, you should have a graphics card capable of at least **OpenGL 2.0**
|
|||
|
||||
## Configuration
|
||||
|
||||
mkxp reads configuration data from the file "mkxp.conf" contained in the current directory. The format is ini-style. Do *not* use quotes around file paths (spaces won't break). Following entries are interpreted:
|
||||
mkxp reads configuration data from the file "mkxp.conf" contained in the current directory. The format is ini-style. Do *not* use quotes around file paths (spaces won't break). Lines starting with '#' are comments. Following entries are interpreted:
|
||||
|
||||
| Key | Type | Default | Description |
|
||||
| ---------------- | ------ | ------- | ------------------------------------------------------------------------------- |
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[General]
|
||||
# This is a comment
|
||||
debugMode=false
|
||||
winResizable=false
|
||||
fullscreen=false
|
||||
|
|
Loading…
Reference in New Issue