MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / DVDGetCurrentDir

Function DVDGetCurrentDir

src/dolphin/src/dvd/dvdfs.c:308–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

DVDOpenFunction · 0.85

Calls 1

DVDConvertEntrynumToPathFunction · 0.85

Tested by

no test coverage detected