RetroArch
Functions
fs_utils.h File Reference
#include <wiiu/types.h>
Include dependency graph for fs_utils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int MountFS (void *pClient, void *pCmd, char **mount_path)
 
int UmountFS (void *pClient, void *pCmd, const char *mountPath)
 
int LoadFileToMem (const char *filepath, u8 **inbuffer, u32 *size)
 
int CreateSubfolder (const char *fullpath)
 
int CheckFile (const char *filepath)
 

Function Documentation

◆ CheckFile()

int CheckFile ( const char *  filepath)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ CreateSubfolder()

int CreateSubfolder ( const char *  fullpath)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ LoadFileToMem()

int LoadFileToMem ( const char *  filepath,
u8 **  inbuffer,
u32 size 
)
Here is the call graph for this function:

◆ MountFS()

int MountFS ( void pClient,
void pCmd,
char **  mount_path 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ UmountFS()

int UmountFS ( void pClient,
void pCmd,
const char *  mountPath 
)
Here is the call graph for this function:
Here is the caller graph for this function: