Support for booting from eMMC
Fusee will Look for FAT32 partition on BOOT1 (1MB offset), BOOT1, GPP, SD, in this order If a .no_boot_storage file is found in the root directory, the partition is skipped
This commit is contained in:
@@ -101,6 +101,16 @@ namespace ams::fs {
|
||||
bool MountSys();
|
||||
void UnmountSys();
|
||||
|
||||
bool MountBoot1();
|
||||
void UnmountBoot1();
|
||||
|
||||
/* Mount FAT32 FS on BOOT1 at 1MB offset */
|
||||
bool MountBoot1Off();
|
||||
void UnmountBoot1Off();
|
||||
|
||||
Result ChangeDrive(const char *path);
|
||||
Result ChangeDirectory(const char *path);
|
||||
|
||||
Result GetEntryType(DirectoryEntryType *out_entry_type, bool *out_archive, const char *path);
|
||||
|
||||
Result CreateFile(const char *path, s64 size);
|
||||
|
||||
Reference in New Issue
Block a user