aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/filesystem/fsp_srv.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-02-10 01:14:40 -0500
committerGitHub <noreply@github.com>2018-02-10 01:14:40 -0500
commitb26cdf1fe5e07d161bdb8542744b26c8e50f94c9 (patch)
tree6eab1f6c8f726fca18468ad883a2ca3c010898d0 /src/core/hle/service/filesystem/fsp_srv.h
parent1add3b20c4b2bf1815e6d6ea2b61845282baac25 (diff)
parent8e7da732143b5e4192a4475bd6a4c5d473cf1dff (diff)
Merge pull request #175 from bunnei/libnx-fixes-2
More fixes for Libnx
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 15be8edc1..56afc4b90 100644
--- a/src/core/hle/service/filesystem/fsp_srv.h
+++ b/src/core/hle/service/filesystem/fsp_srv.h
@@ -23,6 +23,7 @@ private:
void TryLoadRomFS();
void Initalize(Kernel::HLERequestContext& ctx);
+ void MountSdCard(Kernel::HLERequestContext& ctx);
void GetGlobalAccessLogMode(Kernel::HLERequestContext& ctx);
void OpenDataStorageByCurrentProcess(Kernel::HLERequestContext& ctx);
void OpenRomStorage(Kernel::HLERequestContext& ctx);