diff src/xs_config.h @ 402:f997b79a7251

More work on merging of improved STIL/SLDB handling code with completely dynamic memory allocation.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 01 Jun 2006 02:18:02 +0000
parents b09d74eb71e6
children 99f05a74de5b
line wrap: on
line diff
--- a/src/xs_config.h	Wed May 31 22:52:00 2006 +0000
+++ b/src/xs_config.h	Thu Jun 01 02:18:02 2006 +0000
@@ -81,7 +81,7 @@
 
 	gint		playerEngine;		/* Selected player engine */
 
-	gboolean	sid2OptLevel;		/* SIDPlay2 emulation optimization */
+	gint		sid2OptLevel;		/* SIDPlay2 emulation optimization */
 	gint		sid2Builder;		/* SIDPlay2 "builder" aka SID-emu */
 
 	gboolean	oversampleEnable;