diff src/xs_config.c @ 376:b20300813b42

Moved some #defines from xs_config.c to xmms-sid.h; Changed default SID specific title formatstring.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 09 Nov 2005 11:04:02 +0000
parents df6f12a00305
children b09d74eb71e6
line wrap: on
line diff
--- a/src/xs_config.c	Wed Nov 09 10:59:02 2005 +0000
+++ b/src/xs_config.c	Wed Nov 09 11:04:02 2005 +0000
@@ -156,11 +156,6 @@
 static const gint xs_widtable_max = (sizeof(xs_widtable) / sizeof(t_xs_wid_item));
 
 
-/* libSIDPlay1 default filter values (copied from libsidplay1's headers) */
-#define	XS_SIDPLAY1_FS	(400.0f)
-#define XS_SIDPLAY1_FM	(60.0f)
-#define XS_SIDPLAY1_FT	(0.05f)
-
 /*
  * Reset/initialize the configuration
  */
@@ -241,7 +236,7 @@
 #else
 	xs_cfg.titleOverride = TRUE;
 #endif
-	xs_pstrcpy(&xs_cfg.titleFormat, "%p - %t (%c) [%n]");
+	xs_pstrcpy(&xs_cfg.titleFormat, "%p - %t (%c) [%n/%N][%m]");
 
 
 	xs_cfg.subAutoEnable = FALSE;