|
void | DVDInit (void) |
|
int | DVDReadAbsAsyncPrio (DVDCommandBlock *block, void *addr, s32 length, s32 offset, DVDCBCallback callback, s32 prio) |
|
int | DVDSeekAbsAsyncPrio (DVDCommandBlock *block, s32 offset, DVDCBCallback callback, s32 prio) |
|
int | DVDReadAbsAsyncForBS (DVDCommandBlock *block, void *addr, s32 length, s32 offset, DVDCBCallback callback) |
|
int | DVDReadDiskID (DVDCommandBlock *block, DVDDiskID *diskID, DVDCBCallback callback) |
|
int | DVDPrepareStreamAbsAsync (DVDCommandBlock *block, u32 length, u32 offset, DVDCBCallback callback) |
|
int | DVDCancelStreamAsync (DVDCommandBlock *block, DVDCBCallback callback) |
|
s32 | DVDCancelStream (DVDCommandBlock *block) |
|
int | DVDStopStreamAtEndAsync (DVDCommandBlock *block, DVDCBCallback callback) |
|
s32 | DVDStopStreamAtEnd (DVDCommandBlock *block) |
|
int | DVDGetStreamErrorStatusAsync (DVDCommandBlock *block, DVDCBCallback callback) |
|
s32 | DVDGetStreamErrorStatus (DVDCommandBlock *block) |
|
int | DVDGetStreamPlayAddrAsync (DVDCommandBlock *block, DVDCBCallback callback) |
|
s32 | DVDGetStreamPlayAddr (DVDCommandBlock *block) |
|
int | DVDGetStreamStartAddrAsync (DVDCommandBlock *block, DVDCBCallback callback) |
|
s32 | DVDGetStreamStartAddr (DVDCommandBlock *block) |
|
int | DVDGetStreamLengthAsync (DVDCommandBlock *block, DVDCBCallback callback) |
|
s32 | DVDGetStreamLength (DVDCommandBlock *block) |
|
int | DVDChangeDiskAsyncForBS (DVDCommandBlock *block, DVDCBCallback callback) |
|
int | DVDChangeDiskAsync (DVDCommandBlock *block, DVDDiskID *id, DVDCBCallback callback) |
|
s32 | DVDChangeDisk (DVDCommandBlock *block, DVDDiskID *id) |
|
int | DVDStopMotorAsync (DVDCommandBlock *block, DVDCBCallback callback) |
|
s32 | DVDStopMotor (DVDCommandBlock *block) |
|
int | DVDInquiryAsync (DVDCommandBlock *block, DVDDriveInfo *info, DVDCBCallback callback) |
|
s32 | DVDInquiry (DVDCommandBlock *block, DVDDriveInfo *info) |
|
void | DVDReset (void) |
|
int | DVDResetRequired (void) |
|
s32 | DVDGetCommandBlockStatus (const DVDCommandBlock *block) |
|
s32 | DVDGetDriveStatus (void) |
|
BOOL | DVDSetAutoInvalidation (BOOL autoInval) |
|
void | DVDPause (void) |
|
void | DVDResume (void) |
|
int | DVDCancelAsync (DVDCommandBlock *block, DVDCBCallback callback) |
|
s32 | DVDCancel (volatile DVDCommandBlock *block) |
|
int | DVDCancelAllAsync (DVDCBCallback callback) |
|
s32 | DVDCancelAll (void) |
|
DVDDiskID * | DVDGetCurrentDiskID (void) |
|
BOOL | DVDCheckDisk (void) |
|
int | DVDSetAutoFatalMessaging (BOOL enable) |
|
s32 | DVDConvertPathToEntrynum (const char *pathPtr) |
|
BOOL | DVDFastOpen (s32 entrynum, DVDFileInfo *fileInfo) |
|
BOOL | DVDOpen (const char *fileName, DVDFileInfo *fileInfo) |
|
BOOL | DVDClose (DVDFileInfo *fileInfo) |
|
BOOL | DVDGetCurrentDir (char *path, u32 maxlen) |
|
BOOL | DVDChangeDir (const char *dirName) |
|
BOOL | DVDReadAsyncPrio (DVDFileInfo *fileInfo, void *addr, s32 length, s32 offset, DVDCallback callback, s32 prio) |
|
s32 | DVDReadPrio (DVDFileInfo *fileInfo, void *addr, s32 length, s32 offset, s32 prio) |
|
int | DVDSeekAsyncPrio (DVDFileInfo *fileInfo, s32 offset, void(*callback)(s32, DVDFileInfo *), s32 prio) |
|
s32 | DVDSeekPrio (DVDFileInfo *fileInfo, s32 offset, s32 prio) |
|
s32 | DVDGetFileInfoStatus (const DVDFileInfo *fileInfo) |
|
BOOL | DVDFastOpenDir (s32 entrynum, DVDDir *dir) |
|
int | DVDOpenDir (const char *dirName, DVDDir *dir) |
|
int | DVDReadDir (DVDDir *dir, DVDDirEntry *dirent) |
|
int | DVDCloseDir (DVDDir *dir) |
|
void | DVDRewindDir (DVDDir *dir) |
|
void * | DVDGetFSTLocation (void) |
|
BOOL | DVDPrepareStreamAsync (DVDFileInfo *fileInfo, u32 length, u32 offset, DVDCallback callback) |
|
s32 | DVDPrepareStream (DVDFileInfo *fileInfo, u32 length, u32 offset) |
|
s32 | DVDGetTransferredSize (DVDFileInfo *fileinfo) |
|
int | DVDCompareDiskID (const DVDDiskID *id1, const DVDDiskID *id2) |
|
DVDDiskID * | DVDGenerateDiskID (DVDDiskID *id, const char *game, const char *company, u8 diskNum, u8 version) |
|
BOOL | DVDLowRead (void *addr, u32 length, u32 offset, DVDLowCallback callback) |
|
BOOL | DVDLowSeek (u32 offset, DVDLowCallback callback) |
|
BOOL | DVDLowWaitCoverClose (DVDLowCallback callback) |
|
BOOL | DVDLowReadDiskID (DVDDiskID *diskID, DVDLowCallback callback) |
|
BOOL | DVDLowStopMotor (DVDLowCallback callback) |
|
BOOL | DVDLowRequestError (DVDLowCallback callback) |
|
BOOL | DVDLowInquiry (DVDDriveInfo *info, DVDLowCallback callback) |
|
BOOL | DVDLowAudioStream (u32 subcmd, u32 length, u32 offset, DVDLowCallback callback) |
|
BOOL | DVDLowRequestAudioStatus (u32 subcmd, DVDLowCallback callback) |
|
BOOL | DVDLowAudioBufferConfig (BOOL enable, u32 size, DVDLowCallback callback) |
|
void | DVDLowReset (void) |
|
DVDLowCallback | DVDLowSetResetCoverCallback (DVDLowCallback callback) |
|
BOOL | DVDLowBreak (void) |
|
DVDLowCallback | DVDLowClearCallback (void) |
|
u32 | DVDLowGetCoverStatus (void) |
|
void | DVDDumpWaitingQueue (void) |
|