summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/filesystem/fsp/fsp_srv.cpp
diff options
context:
space:
mode:
authorLeystryku <Leystryku@gmail.com>2024-02-18 05:02:35 +0100
committerLeystryku <Leystryku@gmail.com>2024-02-18 05:02:35 +0100
commitd93fdc8a6ca246928fde7b76b41fc9aae487e31a (patch)
tree86d0f19e0d00d7166464bec03d3d17e36957303a /src/core/hle/service/filesystem/fsp/fsp_srv.cpp
parentfsp: Add FlushAccessLogOnSdCard stub (diff)
downloadyuzu-d93fdc8a6ca246928fde7b76b41fc9aae487e31a.tar
yuzu-d93fdc8a6ca246928fde7b76b41fc9aae487e31a.tar.gz
yuzu-d93fdc8a6ca246928fde7b76b41fc9aae487e31a.tar.bz2
yuzu-d93fdc8a6ca246928fde7b76b41fc9aae487e31a.tar.lz
yuzu-d93fdc8a6ca246928fde7b76b41fc9aae487e31a.tar.xz
yuzu-d93fdc8a6ca246928fde7b76b41fc9aae487e31a.tar.zst
yuzu-d93fdc8a6ca246928fde7b76b41fc9aae487e31a.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/filesystem/fsp/fsp_srv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/filesystem/fsp/fsp_srv.cpp b/src/core/hle/service/filesystem/fsp/fsp_srv.cpp
index e1238527e..2d49f30c8 100644
--- a/src/core/hle/service/filesystem/fsp/fsp_srv.cpp
+++ b/src/core/hle/service/filesystem/fsp/fsp_srv.cpp
@@ -762,4 +762,4 @@ void FSP_SRV::OpenMultiCommitManager(HLERequestContext& ctx) {
rb.PushIpcInterface<IMultiCommitManager>(std::make_shared<IMultiCommitManager>(system));
}
-} // namespace Service::FileSystem \ No newline at end of file
+} // namespace Service::FileSystem