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=cd2d202620f58a350ae74ca7f4f6b0015fad1bbb;hp=7924bb3581033aa0afe336ec602be4b7ab83c366;hb=e02164097b6a90b94305d5761d7eccd63e336490;hpb=835c219c2cef86c7f45c444ab71a6c9c999e289f diff --git a/libpcsxcore/cdriso.c b/libpcsxcore/cdriso.c index 7924bb35..cd2d2026 100644 --- a/libpcsxcore/cdriso.c +++ b/libpcsxcore/cdriso.c @@ -100,6 +100,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); @@ -1738,6 +1739,7 @@ void cdrIsoInit(void) { CDR_test = CDR__test; CDR_about = CDR__about; CDR_setfilename = CDR__setfilename; + CDR_prefetch = CDR__prefetch; numtracks = 0; }