mirror of
https://github.com/dborth/fceugx.git
synced 2024-10-31 22:45:05 +01:00
Fix reading DVD zip files (GC mode). Strange Snes9x didn't need this. Also, the DVD fixes have been pulled from Crunchy2's Snes9xGX v2.0.1b8.
This commit is contained in:
parent
d5a048208f
commit
24d567e889
@ -710,7 +710,7 @@ int LoadDVDFile( unsigned char *buffer )
|
|||||||
memcpy(&buffer[offset], &readbuffer, i);
|
memcpy(&buffer[offset], &readbuffer, i);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
return unzipDVDFile( buffer, discoffset, rootdirlength);
|
return unzipDVDFile( buffer, (u32)discoffset, rootdirlength);
|
||||||
}
|
}
|
||||||
if (UseSDCARD) SDCARD_CloseFile (filehandle);
|
if (UseSDCARD) SDCARD_CloseFile (filehandle);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user