diff src/xs_config.h @ 64:d3bb914e3af3

Fixes for sidplay2 stuff
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 29 Jun 2003 01:17:01 +0000
parents 85811bcd049e
children bf7b647b3239
line wrap: on
line diff
--- a/src/xs_config.h	Sun Jun 22 12:10:01 2003 +0000
+++ b/src/xs_config.h	Sun Jun 29 01:17:01 2003 +0000
@@ -49,7 +49,6 @@
 	gint		fmtChannels;
 	gint		fmtFrequency;
 
-
 	/* General libSIDPlay settings */
 	gboolean	mos8580;		/* TRUE = 8580, FALSE = 6581 */
 	gboolean	emulateFilters;
@@ -59,11 +58,10 @@
 	gint		memoryMode;		/* See XS_MPU-constants */
 	gint		clockSpeed;		/* PAL (50Hz) or NTSC (60Hz) */
 	gboolean	forceSpeed;		/* TRUE = force to given clockspeed */
-
+	gboolean	optimiseLevel;		/* SIDPlay2 emulation optimization */
 	gboolean	oversampleEnable;
 	gint		oversampleFactor;	/* Factor of oversampling */
 
-
 	/* Playing settings */
 	gboolean	playMaxTimeEnable;
 	gint		playMaxTime;		/* MAX playtime in seconds */