Changes

Jump to navigation Jump to search
652 bytes added ,  04:36, 26 October 2009
←Created page with ''''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 ...'
'''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:'''

<source lang="cpp">
#include <di/di.h>
#include <iso9660.h>
</source>

'''Mount the DVD via the disc interface:'''

<source lang="cpp">
if(&__io_wiidvd->isInserted())
ISO9660_Mount();
</source>

'''Unmount the filesystem:'''

<source lang="cpp">
if(!&__io_wiidvd->isInserted())
ISO9660_Unmount();
</source>

== Applications that use libiso9660 ==

* [[Snes9x GX]]
* [[FCE Ultra GX]]
* [[Visual Boy Advance GX]]
* [[MPlayer CE]]
oversight, Administrators
2,080

edits

Navigation menu