JKRDvdAramRipper (#195)

This commit is contained in:
Jcw87
2022-05-16 19:42:10 -04:00
committed by GitHub
parent 88be83ca43
commit 0e299bb7a1
12 changed files with 289 additions and 477 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ struct DVDFileInfo {
extern "C" {
s32 DVDOpen(const char*, DVDFileInfo*);
s32 DVDClose(DVDFileInfo*);
void DVDReadPrio(DVDFileInfo*, void*, s32, s32, s32);
s32 DVDReadPrio(DVDFileInfo*, void*, s32, s32, s32);
DVDDiskID* DVDGetCurrentDiskID(void);
s32 DVDFastOpen(long, DVDFileInfo*);
int DVDGetCommandBlockStatus(DVDCommandBlock*);