X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libpcsxcore%2Fdecode_xa.h;h=2d85c9315bdfb9a0d31792f3e7ff99c15959624c;hb=e02164097b6a90b94305d5761d7eccd63e336490;hp=a5994e12eeb13e897e31420a1a44b1db7892935b;hpb=ef79bbde537d6b9c745a7d86cb9df1d04c35590d;p=pcsx_rearmed.git diff --git a/libpcsxcore/decode_xa.h b/libpcsxcore/decode_xa.h index a5994e12..2d85c931 100644 --- a/libpcsxcore/decode_xa.h +++ b/libpcsxcore/decode_xa.h @@ -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 }