From d29f44cdb1982e42792be55246101e64afd14e42 Mon Sep 17 00:00:00 2001 From: tesnos Date: Mon, 9 Jul 2018 21:14:23 -0400 Subject: [PATCH] newline --- nx/include/switch/services/fs.h | 1 + 1 file changed, 1 insertion(+) 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);