RetroArch
Macros | Functions
iso9660.h File Reference
#include <gctypes.h>
Include dependency graph for iso9660.h:

Go to the source code of this file.

Macros

#define ISO_MAXPATHLEN   128
 

Functions

bool ISO9660_Mount (const char *name, const DISC_INTERFACE *disc_interface)
 
bool ISO9660_Unmount (const char *name)
 
const char * ISO9660_GetVolumeLabel (const char *name)
 

Macro Definition Documentation

◆ ISO_MAXPATHLEN

#define ISO_MAXPATHLEN   128

Function Documentation

◆ ISO9660_GetVolumeLabel()

const char* ISO9660_GetVolumeLabel ( const char *  name)

◆ ISO9660_Mount()

bool ISO9660_Mount ( const char *  name,
const DISC_INTERFACE disc_interface 
)

◆ ISO9660_Unmount()

bool ISO9660_Unmount ( const char *  name)