finish refactor, add docs and CI
CI / Build NRO (push) Failing after 3s
CI / Format check (push) Failing after 29s
CI / Layering check (push) Successful in 2s
CI / Upload release asset (push) Has been skipped

This commit is contained in:
2026-04-27 01:49:41 +03:00
parent dc65a4c8a9
commit 53ca219ebc
47 changed files with 1968 additions and 1470 deletions
+6 -6
View File
@@ -25,12 +25,12 @@
*/
#pragma once
#include <nxst/domain/account.hpp>
#include <switch.h>
namespace FileSystem {
Result mount(FsFileSystem* fileSystem, u64 titleID, AccountUid userID);
int mount(FsFileSystem fs);
void unmount(void);
}
#include <nxst/domain/account.hpp>
namespace FileSystem {
Result mount(FsFileSystem* fileSystem, u64 titleID, AccountUid userID);
int mount(FsFileSystem fs);
void unmount(void);
} // namespace FileSystem