From 62bcb99ba8f0d31c2668550014cd8c0e4d318ffb Mon Sep 17 00:00:00 2001 From: Liam Date: Thu, 11 May 2023 17:11:19 -0400 Subject: am: stub CreateCacheStorage --- src/core/hle/service/am/am.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/hle/service/am/am.h') diff --git a/src/core/hle/service/am/am.h b/src/core/hle/service/am/am.h index 0dbc6485e..d4fd163da 100644 --- a/src/core/hle/service/am/am.h +++ b/src/core/hle/service/am/am.h @@ -333,6 +333,7 @@ private: void GetPseudoDeviceId(HLERequestContext& ctx); void ExtendSaveData(HLERequestContext& ctx); void GetSaveDataSize(HLERequestContext& ctx); + void CreateCacheStorage(HLERequestContext& ctx); void BeginBlockingHomeButtonShortAndLongPressed(HLERequestContext& ctx); void EndBlockingHomeButtonShortAndLongPressed(HLERequestContext& ctx); void BeginBlockingHomeButton(HLERequestContext& ctx); -- cgit v1.2.3