diff --git a/nx/include/switch/services/fs.h b/nx/include/switch/services/fs.h index 6dcb6c4d..0c6ecd63 100644 --- a/nx/include/switch/services/fs.h +++ b/nx/include/switch/services/fs.h @@ -144,8 +144,8 @@ void fsExit(void); Service* fsGetServiceSession(void); - Result fsOpenBisStorage(FsStorage* out, u32 PartitionId); + /// Do not call this directly, see fs_dev.h. Result fsMountSdcard(FsFileSystem* out);