Bring sample conf up to date with boost changes
This commit is contained in:
		
							parent
							
								
									ce7bf97dd4
								
							
						
					
					
						commit
						7a1dd2588d
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -63,7 +63,7 @@ To run mkxp, you should have a graphics card capable of at least **OpenGL 2.0**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Configuration
 | 
					## 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                                                                     |
 | 
					| Key              | Type   | Default | Description                                                                     |
 | 
				
			||||||
| ---------------- | ------ | ------- | ------------------------------------------------------------------------------- |
 | 
					| ---------------- | ------ | ------- | ------------------------------------------------------------------------------- |
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,4 +1,4 @@
 | 
				
			||||||
[General]
 | 
					# This is a comment
 | 
				
			||||||
debugMode=false
 | 
					debugMode=false
 | 
				
			||||||
winResizable=false
 | 
					winResizable=false
 | 
				
			||||||
fullscreen=false
 | 
					fullscreen=false
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue