#include <revolution/dvd.h>
u64 DVDGetStartAddr(DVDFileInfo* fileInfo);
fileInfo |
File information of the file. |
Start position of the file.
Note: The return value was type u32 in GameCube, but is changed to u64 in Revolution.
Gets the start position of a file that was opened with the DVDOpen function.
03/01/2006 Initial version.