mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-03 08:09:59 +00:00
services/fsp_srv: Amend service function table
Adds new functions that have been given names to the table. Information is based off what is provided on Switchbrew.
This commit is contained in:
parent
bc679c9b8c
commit
cba78dc70a
1 changed files with 2 additions and 0 deletions
|
@ -468,6 +468,7 @@ FSP_SRV::FSP_SRV() : ServiceFramework("fsp-srv") {
|
||||||
{80, nullptr, "OpenSaveDataMetaFile"},
|
{80, nullptr, "OpenSaveDataMetaFile"},
|
||||||
{81, nullptr, "OpenSaveDataTransferManager"},
|
{81, nullptr, "OpenSaveDataTransferManager"},
|
||||||
{82, nullptr, "OpenSaveDataTransferManagerVersion2"},
|
{82, nullptr, "OpenSaveDataTransferManagerVersion2"},
|
||||||
|
{83, nullptr, "OpenSaveDataTransferProhibiterForCloudBackUp"},
|
||||||
{100, nullptr, "OpenImageDirectoryFileSystem"},
|
{100, nullptr, "OpenImageDirectoryFileSystem"},
|
||||||
{110, nullptr, "OpenContentStorageFileSystem"},
|
{110, nullptr, "OpenContentStorageFileSystem"},
|
||||||
{200, &FSP_SRV::OpenDataStorageByCurrentProcess, "OpenDataStorageByCurrentProcess"},
|
{200, &FSP_SRV::OpenDataStorageByCurrentProcess, "OpenDataStorageByCurrentProcess"},
|
||||||
|
@ -495,6 +496,7 @@ FSP_SRV::FSP_SRV() : ServiceFramework("fsp-srv") {
|
||||||
{613, nullptr, "VerifySaveDataFileSystemBySaveDataSpaceId"},
|
{613, nullptr, "VerifySaveDataFileSystemBySaveDataSpaceId"},
|
||||||
{614, nullptr, "CorruptSaveDataFileSystemBySaveDataSpaceId"},
|
{614, nullptr, "CorruptSaveDataFileSystemBySaveDataSpaceId"},
|
||||||
{615, nullptr, "QuerySaveDataInternalStorageTotalSize"},
|
{615, nullptr, "QuerySaveDataInternalStorageTotalSize"},
|
||||||
|
{616, nullptr, "GetSaveDataCommitId"},
|
||||||
{620, nullptr, "SetSdCardEncryptionSeed"},
|
{620, nullptr, "SetSdCardEncryptionSeed"},
|
||||||
{630, nullptr, "SetSdCardAccessibility"},
|
{630, nullptr, "SetSdCardAccessibility"},
|
||||||
{631, nullptr, "IsSdCardAccessible"},
|
{631, nullptr, "IsSdCardAccessible"},
|
||||||
|
|
Loading…
Reference in a new issue