X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=libpcsxcore%2Fcdriso.c;fp=libpcsxcore%2Fcdriso.c;h=7924bb3581033aa0afe336ec602be4b7ab83c366;hp=c352b168b2d7e8e51f9cd05d14c007371a91b958;hb=835c219c2cef86c7f45c444ab71a6c9c999e289f;hpb=8496ee3ebc130025078a50d45880edcc0c95ae55 diff --git a/libpcsxcore/cdriso.c b/libpcsxcore/cdriso.c index c352b168..7924bb35 100644 --- a/libpcsxcore/cdriso.c +++ b/libpcsxcore/cdriso.c @@ -1326,7 +1326,7 @@ static unsigned char * CALLBACK ISOgetBuffer_chd(void) { } #endif -static unsigned char * CALLBACK ISOgetBuffer(void) { +unsigned char * CALLBACK ISOgetBuffer(void) { return cdbuffer + 12; }