diff options
| author | bunnei <bunneidev@gmail.com> | 2020-04-14 15:34:59 -0400 |
|---|---|---|
| committer | bunnei <bunneidev@gmail.com> | 2020-05-11 12:54:30 -0400 |
| commit | 47b97b95773e1cf1c4acd387ce4011b34cb67180 (patch) | |
| tree | 60ae46172c2136187414b5c9ecbc7e753af41700 /src/core/hle/service/filesystem/fsp_srv.h | |
| parent | 551c61bf2781250d2817a7429a7a6c4b98ed7dc4 (diff) | |
service: fsp_srv: Stub implementation of OpenMultiCommitManager.
Diffstat (limited to 'src/core/hle/service/filesystem/fsp_srv.h')
| -rw-r--r-- | src/core/hle/service/filesystem/fsp_srv.h | 1 |
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; |
