#include <revolution/dvd.h>
void DVDSeekDir(DVDDir* dir, u32 loc);
dir |
Directory structure. |
loc |
Location to set. |
None.
The DVDSeekDir function sets the position of the next DVDReadDir operation in the directory structure. The new position reverts to the one associated with the directory structure when the DVDTellDir function was executed.
This function is supposed to be used with the DVDTellDir function. You can use the DVDTellDir function to save the current location and restore the location later using the DVDSeekDir function.
2006/03/01 Initial version.
CONFIDENTIAL