X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libpcsxcore%2Fcdriso.c;h=4a794261384f9db3c2cca00f01f48f5973d0b2c5;hb=4452ed9af7a7487c29839da562c47b860a5825ca;hp=218007b0f9cafdcc84a288a9b52616791f809bea;hpb=58824199e7bf045876c70c3301093dc081e470ec;p=pcsx_rearmed.git diff --git a/libpcsxcore/cdriso.c b/libpcsxcore/cdriso.c index 218007b0..4a794261 100644 --- a/libpcsxcore/cdriso.c +++ b/libpcsxcore/cdriso.c @@ -28,7 +28,7 @@ #include #include #ifdef HAVE_CHD -#include +#include #endif #ifdef _WIN32 @@ -115,6 +115,7 @@ long CALLBACK CDR__configure(void); long CALLBACK CDR__test(void); void CALLBACK CDR__about(void); long CALLBACK CDR__setfilename(char *filename); +long CALLBACK CDR__prefetch(u8 m, u8 s, u8 f); static void DecodeRawSubData(void); @@ -2006,6 +2007,7 @@ void cdrIsoInit(void) { CDR_test = CDR__test; CDR_about = CDR__about; CDR_setfilename = CDR__setfilename; + CDR_prefetch = CDR__prefetch; numtracks = 0; }