summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar german772021-04-08 13:54:01 -0600
committerGravatar german772021-04-08 19:40:25 -0600
commit53f1560a24bfe1ae8f901d934fb3dd62c5002896 (patch)
treec863ee27093ca35927b316c9d9280cb8a30e89e2 /src
parentpl_u: Update to 12.x (diff)
downloadyuzu-53f1560a24bfe1ae8f901d934fb3dd62c5002896.tar.gz
yuzu-53f1560a24bfe1ae8f901d934fb3dd62c5002896.tar.xz
yuzu-53f1560a24bfe1ae8f901d934fb3dd62c5002896.zip
olsc: Update to 12.x
Diffstat (limited to 'src')
-rw-r--r--src/core/hle/service/olsc/olsc.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/olsc/olsc.cpp b/src/core/hle/service/olsc/olsc.cpp
index e2ac71fa1..b066c3417 100644
--- a/src/core/hle/service/olsc/olsc.cpp
+++ b/src/core/hle/service/olsc/olsc.cpp
@@ -26,6 +26,7 @@ public:
26 {22, nullptr, "DeleteSaveDataBackupAsync"}, 26 {22, nullptr, "DeleteSaveDataBackupAsync"},
27 {25, nullptr, "ListDownloadableSaveDataBackupInfoAsync"}, 27 {25, nullptr, "ListDownloadableSaveDataBackupInfoAsync"},
28 {26, nullptr, "DownloadSaveDataBackupAsync"}, 28 {26, nullptr, "DownloadSaveDataBackupAsync"},
29 {27, nullptr, "UploadSaveDataBackupAsync"},
29 {9010, nullptr, "VerifySaveDataBackupLicenseAsyncForDebug"}, 30 {9010, nullptr, "VerifySaveDataBackupLicenseAsyncForDebug"},
30 {9013, nullptr, "GetSaveDataBackupSettingForDebug"}, 31 {9013, nullptr, "GetSaveDataBackupSettingForDebug"},
31 {9014, nullptr, "SetSaveDataBackupSettingEnabledForDebug"}, 32 {9014, nullptr, "SetSaveDataBackupSettingEnabledForDebug"},