summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/filesystem/fsp_srv.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2020-05-16 18:39:58 +0200
committerGitHub <noreply@github.com>2020-05-16 18:39:58 +0200
commit65010607b7a474e677360a5a465a3169fec41ba0 (patch)
tree1e101dc9ecbfcfdf1da6f848e002dc21df0b3a96 /src/core/hle/service/filesystem/fsp_srv.h
parentMerge pull request #3945 from ogniK5377/nvflinger-pixformat (diff)
parentservice: fsp_srv: Stub implementation of OpenMultiCommitManager. (diff)
downloadyuzu-65010607b7a474e677360a5a465a3169fec41ba0.tar
yuzu-65010607b7a474e677360a5a465a3169fec41ba0.tar.gz
yuzu-65010607b7a474e677360a5a465a3169fec41ba0.tar.bz2
yuzu-65010607b7a474e677360a5a465a3169fec41ba0.tar.lz
yuzu-65010607b7a474e677360a5a465a3169fec41ba0.tar.xz
yuzu-65010607b7a474e677360a5a465a3169fec41ba0.tar.zst
yuzu-65010607b7a474e677360a5a465a3169fec41ba0.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 d52b55999..dfb3e395b 100644
--- a/src/core/hle/service/filesystem/fsp_srv.h
+++ b/src/core/hle/service/filesystem/fsp_srv.h
@@ -50,6 +50,7 @@ private:
void OpenPatchDataStorageByCurrentProcess(Kernel::HLERequestContext& ctx);
void OutputAccessLogToSdCard(Kernel::HLERequestContext& ctx);
void GetAccessLogVersionInfo(Kernel::HLERequestContext& ctx);
+ void OpenMultiCommitManager(Kernel::HLERequestContext& ctx);
FileSystemController& fsc;