mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-06 01:21:18 -04:00
emunand: Move all emulation code to fusee-secondary and simplify logic
This commit is contained in:
parent
9eb0b84ed1
commit
92816be055
8 changed files with 315 additions and 193 deletions
|
@ -21,7 +21,14 @@
|
|||
#include "raw_dev.h"
|
||||
#include "emu_dev.h"
|
||||
|
||||
int nxfs_mount_all(bool emunand_enabled, const char *emunand_path);
|
||||
int nxfs_unmount_all();
|
||||
int nxfs_init();
|
||||
int nxfs_end();
|
||||
|
||||
int nxfs_mount_sd();
|
||||
int nxfs_mount_emmc();
|
||||
int nxfs_mount_emu_emmc(const char *emunand_path);
|
||||
int nxfs_unmount_sd();
|
||||
int nxfs_unmount_emmc();
|
||||
int nxfs_unmount_emu_emmc();
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue