emummc: implement SD partition mode; clean up and rename emunand code
This commit is contained in:
@@ -26,9 +26,10 @@ int nxfs_end();
|
||||
|
||||
int nxfs_mount_sd();
|
||||
int nxfs_mount_emmc();
|
||||
int nxfs_mount_emu_emmc(const char *emunand_path, int num_parts, uint64_t part_limit);
|
||||
int nxfs_mount_emummc_partition(uint64_t emummc_start_sector);
|
||||
int nxfs_mount_emummc_file(const char *emummc_path, int num_parts, uint64_t part_limit);
|
||||
int nxfs_unmount_sd();
|
||||
int nxfs_unmount_emmc();
|
||||
int nxfs_unmount_emu_emmc();
|
||||
int nxfs_unmount_emummc();
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user