mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-06 01:21:18 -04:00
emunand: Preliminary skeleton for emunand in fusee
This commit is contained in:
parent
5bedcd305d
commit
e5045556bf
8 changed files with 747 additions and 66 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue