summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Lioncash2022-01-21 16:07:01 -0500
committerGravatar Lioncash2022-01-21 16:07:01 -0500
commit54150f5afad63d0400628dfd7e2f9d59b4eafec3 (patch)
treec1beed0276e0c4490feee40a0a33d265da0a9754 /src
parentservice/btm: Update function tables (diff)
downloadyuzu-54150f5afad63d0400628dfd7e2f9d59b4eafec3.tar.gz
yuzu-54150f5afad63d0400628dfd7e2f9d59b4eafec3.tar.xz
yuzu-54150f5afad63d0400628dfd7e2f9d59b4eafec3.zip
service/filsystem: Update fsp-srv function table
Diffstat (limited to 'src')
-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_)
744 {203, &FSP_SRV::OpenPatchDataStorageByCurrentProcess, "OpenPatchDataStorageByCurrentProcess"}, 744 {203, &FSP_SRV::OpenPatchDataStorageByCurrentProcess, "OpenPatchDataStorageByCurrentProcess"},
745 {204, nullptr, "OpenDataFileSystemByProgramIndex"}, 745 {204, nullptr, "OpenDataFileSystemByProgramIndex"},
746 {205, &FSP_SRV::OpenDataStorageWithProgramIndex, "OpenDataStorageWithProgramIndex"}, 746 {205, &FSP_SRV::OpenDataStorageWithProgramIndex, "OpenDataStorageWithProgramIndex"},
747 {206, nullptr, "OpenDataStorageByPath"},
747 {400, nullptr, "OpenDeviceOperator"}, 748 {400, nullptr, "OpenDeviceOperator"},
748 {500, nullptr, "OpenSdCardDetectionEventNotifier"}, 749 {500, nullptr, "OpenSdCardDetectionEventNotifier"},
749 {501, nullptr, "OpenGameCardDetectionEventNotifier"}, 750 {501, nullptr, "OpenGameCardDetectionEventNotifier"},
@@ -796,6 +797,8 @@ FSP_SRV::FSP_SRV(Core::System& system_)
796 {1014, nullptr, "OutputMultiProgramTagAccessLog"}, 797 {1014, nullptr, "OutputMultiProgramTagAccessLog"},
797 {1016, nullptr, "FlushAccessLogOnSdCard"}, 798 {1016, nullptr, "FlushAccessLogOnSdCard"},
798 {1017, nullptr, "OutputApplicationInfoAccessLog"}, 799 {1017, nullptr, "OutputApplicationInfoAccessLog"},
800 {1018, nullptr, "SetDebugOption"},
801 {1019, nullptr, "UnsetDebugOption"},
799 {1100, nullptr, "OverrideSaveDataTransferTokenSignVerificationKey"}, 802 {1100, nullptr, "OverrideSaveDataTransferTokenSignVerificationKey"},
800 {1110, nullptr, "CorruptSaveDataFileSystemBySaveDataSpaceId2"}, 803 {1110, nullptr, "CorruptSaveDataFileSystemBySaveDataSpaceId2"},
801 {1200, &FSP_SRV::OpenMultiCommitManager, "OpenMultiCommitManager"}, 804 {1200, &FSP_SRV::OpenMultiCommitManager, "OpenMultiCommitManager"},