summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2022-01-21 22:07:01 +0100
committerLioncash <mathew1800@gmail.com>2022-01-21 22:07:01 +0100
commit54150f5afad63d0400628dfd7e2f9d59b4eafec3 (patch)
treec1beed0276e0c4490feee40a0a33d265da0a9754
parentservice/btm: Update function tables (diff)
downloadyuzu-54150f5afad63d0400628dfd7e2f9d59b4eafec3.tar
yuzu-54150f5afad63d0400628dfd7e2f9d59b4eafec3.tar.gz
yuzu-54150f5afad63d0400628dfd7e2f9d59b4eafec3.tar.bz2
yuzu-54150f5afad63d0400628dfd7e2f9d59b4eafec3.tar.lz
yuzu-54150f5afad63d0400628dfd7e2f9d59b4eafec3.tar.xz
yuzu-54150f5afad63d0400628dfd7e2f9d59b4eafec3.tar.zst
yuzu-54150f5afad63d0400628dfd7e2f9d59b4eafec3.zip
-rw-r--r--src/core/hle/service/filesystem/fsp_srv.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hle/service/filesystem/fsp_srv.cpp b/src/core/hle/service/filesystem/fsp_srv.cpp
index 3501bc1a4..b087e7bba 100644
--- a/src/core/hle/service/filesystem/fsp_srv.cpp
+++ b/src/core/hle/service/filesystem/fsp_srv.cpp
@@ -744,6 +744,7 @@ FSP_SRV::FSP_SRV(Core::System& system_)
{203, &FSP_SRV::OpenPatchDataStorageByCurrentProcess, "OpenPatchDataStorageByCurrentProcess"},
{204, nullptr, "OpenDataFileSystemByProgramIndex"},
{205, &FSP_SRV::OpenDataStorageWithProgramIndex, "OpenDataStorageWithProgramIndex"},
+ {206, nullptr, "OpenDataStorageByPath"},
{400, nullptr, "OpenDeviceOperator"},
{500, nullptr, "OpenSdCardDetectionEventNotifier"},
{501, nullptr, "OpenGameCardDetectionEventNotifier"},
@@ -796,6 +797,8 @@ FSP_SRV::FSP_SRV(Core::System& system_)
{1014, nullptr, "OutputMultiProgramTagAccessLog"},
{1016, nullptr, "FlushAccessLogOnSdCard"},
{1017, nullptr, "OutputApplicationInfoAccessLog"},
+ {1018, nullptr, "SetDebugOption"},
+ {1019, nullptr, "UnsetDebugOption"},
{1100, nullptr, "OverrideSaveDataTransferTokenSignVerificationKey"},
{1110, nullptr, "CorruptSaveDataFileSystemBySaveDataSpaceId2"},
{1200, &FSP_SRV::OpenMultiCommitManager, "OpenMultiCommitManager"},