diff --git a/nx/include/switch/services/fs.h b/nx/include/switch/services/fs.h index a0e542f2..6dcb6c4d 100644 --- a/nx/include/switch/services/fs.h +++ b/nx/include/switch/services/fs.h @@ -144,6 +144,7 @@ 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);