1
0
mirror of https://github.com/libretro/RetroArch synced 2025-03-23 19:21:03 +00:00
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_ */