Fix "Not a Member" build errors
All checks were successful
eden-license / license-header (pull_request) Successful in 20s
All checks were successful
eden-license / license-header (pull_request) Successful in 20s
This better work or else I will have to work out how to build again on Mac 😅
This commit is contained in:
parent
de6a1132d4
commit
be4d4458d8
1 changed files with 3 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue