summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/filesystem/fsp_srv.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-02-10 07:14:40 +0100
committerGitHub <noreply@github.com>2018-02-10 07:14:40 +0100
commitb26cdf1fe5e07d161bdb8542744b26c8e50f94c9 (patch)
tree6eab1f6c8f726fca18468ad883a2ca3c010898d0 /src/core/hle/service/filesystem/fsp_srv.h
parentMerge pull request #171 from bunnei/libnx-fixes (diff)
parentfsp_srv: Stub MountSdCard. (diff)
downloadyuzu-b26cdf1fe5e07d161bdb8542744b26c8e50f94c9.tar
yuzu-b26cdf1fe5e07d161bdb8542744b26c8e50f94c9.tar.gz
yuzu-b26cdf1fe5e07d161bdb8542744b26c8e50f94c9.tar.bz2
yuzu-b26cdf1fe5e07d161bdb8542744b26c8e50f94c9.tar.lz
yuzu-b26cdf1fe5e07d161bdb8542744b26c8e50f94c9.tar.xz
yuzu-b26cdf1fe5e07d161bdb8542744b26c8e50f94c9.tar.zst
yuzu-b26cdf1fe5e07d161bdb8542744b26c8e50f94c9.zip
Diffstat (limited to '')
-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);