RetroArch/wiiu/fs/fs_utils.h
2022-11-22 05:49:46 +01:00

17 lines
226 B
C

#ifndef __FS_UTILS_H_
#define __FS_UTILS_H_
#ifdef __cplusplus
extern "C" {
#endif
#include <wiiu/types.h>
int MountFS(void *pClient, void *pCmd, char **mount_path);
#ifdef __cplusplus
}
#endif
#endif /* __FS_UTILS_H_ */