diff options
Diffstat (limited to 'libpcsxcore/cdriso.h')
| -rwxr-xr-x | libpcsxcore/cdriso.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libpcsxcore/cdriso.h b/libpcsxcore/cdriso.h index ac171c7f..7a009973 100755 --- a/libpcsxcore/cdriso.h +++ b/libpcsxcore/cdriso.h @@ -25,7 +25,8 @@ extern "C" { #endif -int handleecm(const char *isoname, s32* accurate_length); +int handleecm(const char *isoname, FILE* cdh, s32* accurate_length); +int aropen(FILE* fparchive, const char* _fn); void cdrIsoInit(void); int cdrIsoActive(void); |
