summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/acc/acc.h
diff options
context:
space:
mode:
authorChloe Marcec <dmarcecguzman@gmail.com>2021-01-19 10:56:18 +0100
committerChloe Marcec <dmarcecguzman@gmail.com>2021-01-19 10:56:18 +0100
commit2d33b2c55a46d848d5f544c772be1e016b39d517 (patch)
tree1c7a71fe15a5e847d5c4d07338257f61dd516364 /src/core/hle/service/acc/acc.h
parentMerge pull request #5746 from lioncash/sign-compare (diff)
downloadyuzu-2d33b2c55a46d848d5f544c772be1e016b39d517.tar
yuzu-2d33b2c55a46d848d5f544c772be1e016b39d517.tar.gz
yuzu-2d33b2c55a46d848d5f544c772be1e016b39d517.tar.bz2
yuzu-2d33b2c55a46d848d5f544c772be1e016b39d517.tar.lz
yuzu-2d33b2c55a46d848d5f544c772be1e016b39d517.tar.xz
yuzu-2d33b2c55a46d848d5f544c772be1e016b39d517.tar.zst
yuzu-2d33b2c55a46d848d5f544c772be1e016b39d517.zip
Diffstat (limited to 'src/core/hle/service/acc/acc.h')
-rw-r--r--src/core/hle/service/acc/acc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/hle/service/acc/acc.h b/src/core/hle/service/acc/acc.h
index ab8edc049..0e3ad8ec6 100644
--- a/src/core/hle/service/acc/acc.h
+++ b/src/core/hle/service/acc/acc.h
@@ -4,6 +4,7 @@
#pragma once
+#include "common/uuid.h"
#include "core/hle/service/glue/manager.h"
#include "core/hle/service/service.h"
@@ -36,9 +37,13 @@ public:
void ListQualifiedUsers(Kernel::HLERequestContext& ctx);
void LoadOpenContext(Kernel::HLERequestContext& ctx);
void ListOpenContextStoredUsers(Kernel::HLERequestContext& ctx);
+ void StoreSaveDataThumbnailApplication(Kernel::HLERequestContext& ctx);
+ void StoreSaveDataThumbnailSystem(Kernel::HLERequestContext& ctx);
private:
ResultCode InitializeApplicationInfoBase();
+ void StoreSaveDataThumbnail(Kernel::HLERequestContext& ctx, const Common::UUID& uuid,
+ const u64 tid);
enum class ApplicationType : u32_le {
GameCard = 0,