KallistiOS
##version##
|
ISO9660 (CD-ROM) filesystem driver. More...
Go to the source code of this file.
Macros | |
#define | MAX_ISO_FILES 8 |
The maximum number of files that can be open at once. More... | |
Functions | |
int | iso_reset () |
Reset the internal ISO9660 cache. More... | |
ISO9660 (CD-ROM) filesystem driver.
This driver implements support for reading files from a CD-ROM or CD-R in the Dreamcast's disc drive. This filesystem mounts itself on /cd.
This driver supports Rock Ridge, thanks to Andrew Kieschnick. The driver also supports the Joliet extensions thanks to Bero.
The implementation was originally based on a simple ISO9660 implementation by Marcus Comstedt.
#define MAX_ISO_FILES 8 |
The maximum number of files that can be open at once.
int iso_reset | ( | ) |
Reset the internal ISO9660 cache.
This function resets the cache of the ISO9660 driver, breaking connections to all files. This generally assumes that a new disc has been or will be inserted.
0 | On success. |