mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-07 09:54:47 -04:00
emummc: implement SD partition mode; clean up and rename emunand code
This commit is contained in:
parent
4c4f037361
commit
0986b48a55
8 changed files with 274 additions and 136 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue