From be4d4458d8aebc2658ca4f57eb791af3687f10ab Mon Sep 17 00:00:00 2001 From: JPikachu Date: Fri, 22 Aug 2025 13:08:21 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20"Not=20a=20Member"=20build=20errors=20Thi?= =?UTF-8?q?s=20better=20work=20or=20else=20I=20will=20have=20to=20work=20o?= =?UTF-8?q?ut=20how=20to=20build=20again=20on=20Mac=20=F0=9F=98=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/hle/service/acc/acc.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/core/hle/service/acc/acc.h b/src/core/hle/service/acc/acc.h index e64a67674f..9b22f0933b 100644 --- a/src/core/hle/service/acc/acc.h +++ b/src/core/hle/service/acc/acc.h @@ -47,6 +47,9 @@ public: void StoreSaveDataThumbnailApplication(HLERequestContext& ctx); void GetBaasAccountManagerForSystemService(HLERequestContext& ctx); void StoreSaveDataThumbnailSystem(HLERequestContext& ctx); + void ClearSaveDataThumbnail(HLERequestContext& ctx); + void LoadSaveDataThumbnail(HLERequestContext& ctx); + void GetSaveDataThumbnailExistence(HLERequestContext& ctx); private: Result InitializeApplicationInfoBase();