psxbios: implement some cdrom related stuff
[pcsx_rearmed.git] / libpcsxcore / decode_xa.h
index a5994e1..2d85c93 100644 (file)
@@ -30,7 +30,7 @@ typedef struct {
        s32     y0, y1;
 } ADPCM_Decode_t;
 
-typedef struct {
+typedef struct xa_decode {
        int                             freq;
        int                             nbits;
        int                             stereo;
@@ -40,8 +40,8 @@ typedef struct {
 } xa_decode_t;
 
 s32 xa_decode_sector( xa_decode_t *xdp,
-                                          unsigned char *sectorp,
-                                          int is_first_sector );
+       const unsigned char *sectorp,
+       int is_first_sector );
 
 #ifdef __cplusplus
 }