libiso9660
This is an old revision of this page, as edited by Gu1dry (talk | contribs) at 19:09, 1 November 2009. It may differ significantly from the current revision. |
libiso9960 is a DVD devoptab included with libogc. With it, once a DVD is mounted, you can access a ISO9660 DVD filesystem using standard I/O functions under the prefix dvd:/.
Usage
Add these includes:
#include <di/di.h>
#include <iso9660.h>
Mount the DVD via the disc interface:
if(&__io_wiidvd->isInserted())
ISO9660_Mount();
Unmount the filesystem:
if(!&__io_wiidvd->isInserted())
ISO9660_Unmount();