mirror of https://github.com/PCSX2/pcsx2.git
Whoops.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1519 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
602599c5c2
commit
82d0657ecc
|
@ -324,6 +324,12 @@ s32 DoCDVDopen(const char* pTitleFilename)
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void DoCDVDclose()
|
||||||
|
{
|
||||||
|
if(blockDumpFile) isoClose(blockDumpFile);
|
||||||
|
CDVD.close();
|
||||||
|
}
|
||||||
|
|
||||||
s32 DoCDVDreadSector(u8* buffer, u32 lsn, int mode)
|
s32 DoCDVDreadSector(u8* buffer, u32 lsn, int mode)
|
||||||
{
|
{
|
||||||
int ret = CDVD.readSector(buffer,lsn,mode);
|
int ret = CDVD.readSector(buffer,lsn,mode);
|
||||||
|
|
Loading…
Reference in New Issue