cdrom: change pause timing again
[pcsx_rearmed.git] / plugins / dfsound / psemuxa.h
index 84c6260..11b748d 100644 (file)
@@ -8,10 +8,10 @@
 \r
 typedef struct\r
 {\r
-       long    y0, y1;\r
+       int     y0, y1;\r
 } ADPCM_Decode_t;\r
 \r
-typedef struct\r
+typedef struct xa_decode\r
 {                                                                   \r
        int                             freq;\r
        int                             nbits;\r
@@ -21,7 +21,7 @@ typedef struct
        short                   pcm[16384];\r
 } xa_decode_t;\r
 \r
-long xa_decode_sector( xa_decode_t *xdp,\r
+int xa_decode_sector( xa_decode_t *xdp,\r
                                           unsigned char *sectorp,\r
                                           int is_first_sector );\r
 \r