summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/filesystem/fsp_srv.h
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2018-09-01 05:19:23 +0200
committerZach Hilman <zachhilman@gmail.com>2018-09-01 05:19:23 +0200
commit7939ea18e8573038ac6f2662e4314465d82ddd7c (patch)
treeadfaf6693087e015d54abd3bc618a9cd2c7e3c90 /src/core/hle/service/filesystem/fsp_srv.h
parentMerge pull request #1196 from FearlessTobi/ccache-consistency (diff)
downloadyuzu-7939ea18e8573038ac6f2662e4314465d82ddd7c.tar
yuzu-7939ea18e8573038ac6f2662e4314465d82ddd7c.tar.gz
yuzu-7939ea18e8573038ac6f2662e4314465d82ddd7c.tar.bz2
yuzu-7939ea18e8573038ac6f2662e4314465d82ddd7c.tar.lz
yuzu-7939ea18e8573038ac6f2662e4314465d82ddd7c.tar.xz
yuzu-7939ea18e8573038ac6f2662e4314465d82ddd7c.tar.zst
yuzu-7939ea18e8573038ac6f2662e4314465d82ddd7c.zip
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);