| 306 | } |
| 307 | |
| 308 | BOOL DVDGetCurrentDir(char* path, u32 maxlen) |
| 309 | { |
| 310 | return DVDConvertEntrynumToPath((s32)currentDirectory, path, maxlen); |
| 311 | } |
| 312 | |
| 313 | BOOL DVDReadAsyncPrio(DVDFileInfo* fileInfo, void* addr, s32 length, s32 offset, |
| 314 | DVDCallback callback, s32 prio) |
no test coverage detected