diff options
| -rw-r--r-- | src/core/hle/service/filesystem/fsp_srv.cpp | 3 |
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"}, |