emunand: Preliminary skeleton for emunand in fusee

This commit is contained in:
hexkyz 2019-04-06 19:35:27 +01:00
parent 5bedcd305d
commit e5045556bf
8 changed files with 747 additions and 66 deletions

View file

@ -19,8 +19,9 @@
#include "fs_dev.h"
#include "raw_dev.h"
#include "emu_dev.h"
int nxfs_mount_all(void);
int nxfs_unmount_all(void);
int nxfs_mount_all(bool emunand_enabled, const char *emunand_path);
int nxfs_unmount_all();
#endif