libretro: preliminary physical cdrom support
[pcsx_rearmed.git] / libpcsxcore / cdriso.c
index c352b16..7924bb3 100644 (file)
@@ -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;
 }