From 47b97b95773e1cf1c4acd387ce4011b34cb67180 Mon Sep 17 00:00:00 2001 From: bunnei Date: Tue, 14 Apr 2020 15:34:59 -0400 Subject: service: fsp_srv: Stub implementation of OpenMultiCommitManager. --- src/core/hle/service/filesystem/fsp_srv.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/hle/service/filesystem/fsp_srv.h') 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; -- cgit v1.2.3