fusee: read from emuSD, if enabled

This commit is contained in:
Christoph Baumann
2025-05-15 13:32:40 +02:00
parent 40bb434a64
commit 6f3f468a5b
24 changed files with 747 additions and 404 deletions

View File

@@ -108,6 +108,9 @@ namespace ams::fs {
bool MountBoot1Off();
void UnmountBoot1Off();
bool MountEmuSD();
void UnmountEmuSD();
Result ChangeDrive(const char *path);
Result ChangeDirectory(const char *path);