diff options
| author | SND\ckain_cp <SND\ckain_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-02-04 13:26:02 +0000 |
|---|---|---|
| committer | SND\ckain_cp <SND\ckain_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-02-04 13:26:02 +0000 |
| commit | a1d083bf2b5fb01bf0a4a94ad7bd2751f6e4fe34 (patch) | |
| tree | 64c643a49ca15a7a4255b78db35f22cb6183edad /libpcsxcore/cdriso.h | |
| parent | 10b7afe174672aded1c96f200722050df5638523 (diff) | |
| download | pcsxr-a1d083bf2b5fb01bf0a4a94ad7bd2751f6e4fe34.tar.gz | |
CDRISO: support for common archive formats (7z, rar, zip, etc) via libarchive. Streams requested sectors on-fly and eventually buffers whole image in-memory. In some optimal cases reading compressed data without any noticable delays, but however usually with long decompression delays.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88838 e17a0e51-4ae3-4d35-97c3-1a29b211df97
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); |
