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