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