1.40c psp release
[picodrive.git] / platform / gp2x / code940 / 940shared.h
index 8953196..a55020b 100644 (file)
@@ -1,5 +1,5 @@
 #include "../../../Pico/sound/ym2612.h"\r
-#include "../helix/pub/mp3dec.h"\r
+#include "../../common/helix/pub/mp3dec.h"\r
 \r
 // max 16 jobs\r
 enum _940_job_t {\r
@@ -35,6 +35,7 @@ typedef struct
        int             writebuffsel;                   /* which write buffer to use (from 940 side) */\r
        UINT16  writebuff0[2048];                       /* list of writes to ym2612, 1024 for savestates, 1024 extra */\r
        UINT16  writebuff1[2048];\r
+       int             ym_active_chs;\r
        int             mp3_len;                        /* data len of loaded mp3 */\r
        int             mp3_offs;                       /* current playback offset (just after last decoded frame) */\r
        int             mp3_buffsel;                    /* which output buffer to decode to */\r