RetroArch
Functions
iosuhax_devoptab.h File Reference

Go to the source code of this file.

Functions

int mount_fs (const char *virt_name, int fsaFd, const char *dev_path, const char *mount_path)
 
int unmount_fs (const char *virt_name)
 

Function Documentation

◆ mount_fs()

int mount_fs ( const char *  virt_name,
int  fsaFd,
const char *  dev_path,
const char *  mount_path 
)

virtual name example: sd or odd (for sd:/ or odd:/ access) fsaFd: fd received by IOSUHAX_FSA_Open(); dev_path: (optional) if a device should be mounted to the mount_path. If NULL no IOSUHAX_FSA_Mount is not executed. mount_path: path to map to virtual device name

Here is the call graph for this function:

◆ unmount_fs()

int unmount_fs ( const char *  virt_name)
Here is the call graph for this function: