cdrom: implement xa buffering somewhat
[pcsx_rearmed.git] / libpcsxcore / decode_xa.h
index a5994e1..5406535 100644 (file)
@@ -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
 }