aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/filesystem/fsp_srv.h
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2018-08-31 23:19:23 -0400
committerZach Hilman <zachhilman@gmail.com>2018-08-31 23:19:23 -0400
commit7939ea18e8573038ac6f2662e4314465d82ddd7c (patch)
treeadfaf6693087e015d54abd3bc618a9cd2c7e3c90 /src/core/hle/service/filesystem/fsp_srv.h
parentc69dc5acf9faf3817337dfd5883fd3ef55a73326 (diff)
filesystem: Add OpenFileSystemWithPatch
Diffstat (limited to 'src/core/hle/service/filesystem/fsp_srv.h')
-rw-r--r--src/core/hle/service/filesystem/fsp_srv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/filesystem/fsp_srv.h b/src/core/hle/service/filesystem/fsp_srv.h
index f073ac523..b5842ecdd 100644
--- a/src/core/hle/service/filesystem/fsp_srv.h
+++ b/src/core/hle/service/filesystem/fsp_srv.h
@@ -20,6 +20,7 @@ public:
private:
void Initialize(Kernel::HLERequestContext& ctx);
+ void OpenFileSystemWithPatch(Kernel::HLERequestContext& ctx);
void MountSdCard(Kernel::HLERequestContext& ctx);
void CreateSaveData(Kernel::HLERequestContext& ctx);
void MountSaveData(Kernel::HLERequestContext& ctx);