JASWaveArcLoader

This commit is contained in:
jdflyer
2022-12-31 19:18:40 -07:00
parent b95aed1512
commit 40469d42a0
7 changed files with 276 additions and 200 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ DVDDiskID* DVDGetCurrentDiskID(void);
BOOL DVDFastOpen(long, DVDFileInfo* fileinfo);
BOOL DVDGetCommandBlockStatus(DVDCommandBlock*);
BOOL DVDReadAsyncPrio(DVDFileInfo* fileinfo, void*, long, long, DVDCallback, long);
BOOL DVDConvertPathToEntrynum(const char*);
int DVDConvertPathToEntrynum(const char*);
DVDState DVDGetDriveStatus(void);
BOOL DVDCheckDisk(void);