aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/acc/acc_u1.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-01-22 21:51:54 -0800
committerGitHub <noreply@github.com>2021-01-22 21:51:54 -0800
commit981d8e82d2336cac0583bf7edafacfdb1e5475a8 (patch)
treeb09871902541399f41c35de52ed8550f517943ea /src/core/hle/service/acc/acc_u1.cpp
parenta175ba1089240f31e70b86c0c220f99ab02ec450 (diff)
parent2d33b2c55a46d848d5f544c772be1e016b39d517 (diff)
Merge pull request #5765 from ogniK5377/StoreSaveDataThumbnail-stub
acc: Stub StoreSaveDataThumbnail
Diffstat (limited to 'src/core/hle/service/acc/acc_u1.cpp')
-rw-r--r--src/core/hle/service/acc/acc_u1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/acc/acc_u1.cpp b/src/core/hle/service/acc/acc_u1.cpp
index a4aa5316a..951081cd0 100644
--- a/src/core/hle/service/acc/acc_u1.cpp
+++ b/src/core/hle/service/acc/acc_u1.cpp
@@ -29,7 +29,7 @@ ACC_U1::ACC_U1(std::shared_ptr<Module> module, std::shared_ptr<ProfileManager> p
{104, nullptr, "GetProfileUpdateNotifier"},
{105, nullptr, "CheckNetworkServiceAvailabilityAsync"}, // 4.0.0+
{106, nullptr, "GetProfileSyncNotifier"}, // 9.0.0+
- {110, nullptr, "StoreSaveDataThumbnail"},
+ {110, &ACC_U1::StoreSaveDataThumbnailApplication, "StoreSaveDataThumbnail"},
{111, nullptr, "ClearSaveDataThumbnail"},
{112, nullptr, "LoadSaveDataThumbnail"},
{113, nullptr, "GetSaveDataThumbnailExistence"}, // 5.0.0+