diff src/xmms-sid.h @ 961:be2a8436461a dev-0_8_99

Add display of second SID chip to titles, and also new custom format tokens %1 and %2 for first and second SID respectively. The old "%m" now expands to one or both SID models, depending how many are in use.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 20 Nov 2012 23:00:33 +0200
parents 2a50d36215c3
children
line wrap: on
line diff
--- a/src/xmms-sid.h	Tue Nov 20 22:39:27 2012 +0200
+++ b/src/xmms-sid.h	Tue Nov 20 23:00:33 2012 +0200
@@ -135,7 +135,8 @@
                  initAddr,
                  playAddr,
                  dataFileLen,
-                 sidModel;
+                 sidModel1,
+                 sidModel2;
     gint         nsubTunes, startTune;
     XSSubTuneInfo    *subTunes;
 } XSTuneInfo;