X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libpcsxcore%2Fcdriso.c;fp=libpcsxcore%2Fcdriso.c;h=218007b0f9cafdcc84a288a9b52616791f809bea;hb=58824199e7bf045876c70c3301093dc081e470ec;hp=37e67d4db9248dadffd58bddb7cd791ae6ae28e9;hpb=1546496fa818dc51e763c37f4f2e2456dafa4e13;p=pcsx_rearmed.git diff --git a/libpcsxcore/cdriso.c b/libpcsxcore/cdriso.c index 37e67d4d..218007b0 100644 --- a/libpcsxcore/cdriso.c +++ b/libpcsxcore/cdriso.c @@ -1587,7 +1587,7 @@ static unsigned char * CALLBACK ISOgetBuffer_async(void) { } #endif -static unsigned char * CALLBACK ISOgetBuffer(void) { +unsigned char * CALLBACK ISOgetBuffer(void) { return cdbuffer + 12; }