#include <revolution/dvd.h> void DVDInit(void);
None.
None.
Initializes the optical disc device driver. You must call this function before performing any processes on the optical disc.
Although the DVDInit function does not need to be called more than once, calling it does not cause problems.
If the DVDInit function is called from a different thread during the processing of NANDRead[Async] or NANDWrite[Async], the processing of these other functions may be delayed or even fail. This is also true for CNTRead or any other function that acts internally to generate read/write access to Wii console NAND memory. For more information about the occurrence conditions, symptoms, and workarounds, see Notes Regarding Read/Writes to Wii Console NAND Memory.
Notes Regarding Wii Console NAND Memory Reading and Writing
2009/12/02 Added the Notes Regarding Read/Writes to Wii Console NAND Memory information.
2009/02/03 Added Description.
2006/03/01 Initial version.
CONFIDENTIAL