summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-10-03 03:34:09 +0200
committerLioncash <mathew1800@gmail.com>2018-10-03 03:34:33 +0200
commitcba78dc70a48625a1e7f2e2f1459a4485bb4e83f (patch)
treee276ed2e1942db8593f3e18c75c8b3fc6ddb9a25 /src/core
parentMerge pull request #1330 from raven02/tlds (diff)
downloadyuzu-cba78dc70a48625a1e7f2e2f1459a4485bb4e83f.tar
yuzu-cba78dc70a48625a1e7f2e2f1459a4485bb4e83f.tar.gz
yuzu-cba78dc70a48625a1e7f2e2f1459a4485bb4e83f.tar.bz2
yuzu-cba78dc70a48625a1e7f2e2f1459a4485bb4e83f.tar.lz
yuzu-cba78dc70a48625a1e7f2e2f1459a4485bb4e83f.tar.xz
yuzu-cba78dc70a48625a1e7f2e2f1459a4485bb4e83f.tar.zst
yuzu-cba78dc70a48625a1e7f2e2f1459a4485bb4e83f.zip
Diffstat (limited to 'src/core')
-rw-r--r--src/core/hle/service/filesystem/fsp_srv.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/service/filesystem/fsp_srv.cpp b/src/core/hle/service/filesystem/fsp_srv.cpp
index cabaf5a55..d5dced429 100644
--- a/src/core/hle/service/filesystem/fsp_srv.cpp
+++ b/src/core/hle/service/filesystem/fsp_srv.cpp
@@ -468,6 +468,7 @@ FSP_SRV::FSP_SRV() : ServiceFramework("fsp-srv") {
{80, nullptr, "OpenSaveDataMetaFile"},
{81, nullptr, "OpenSaveDataTransferManager"},
{82, nullptr, "OpenSaveDataTransferManagerVersion2"},
+ {83, nullptr, "OpenSaveDataTransferProhibiterForCloudBackUp"},
{100, nullptr, "OpenImageDirectoryFileSystem"},
{110, nullptr, "OpenContentStorageFileSystem"},
{200, &FSP_SRV::OpenDataStorageByCurrentProcess, "OpenDataStorageByCurrentProcess"},
@@ -495,6 +496,7 @@ FSP_SRV::FSP_SRV() : ServiceFramework("fsp-srv") {
{613, nullptr, "VerifySaveDataFileSystemBySaveDataSpaceId"},
{614, nullptr, "CorruptSaveDataFileSystemBySaveDataSpaceId"},
{615, nullptr, "QuerySaveDataInternalStorageTotalSize"},
+ {616, nullptr, "GetSaveDataCommitId"},
{620, nullptr, "SetSdCardEncryptionSeed"},
{630, nullptr, "SetSdCardAccessibility"},
{631, nullptr, "IsSdCardAccessible"},