summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/am.h
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2021-12-03 02:12:24 +0100
committerMorph <39850852+Morph1984@users.noreply.github.com>2021-12-03 02:12:24 +0100
commitf138731e2fc46d44ae2dc3a15e0dd435d65ddb8d (patch)
treed56f29c0e1672b24453d5eef28943c83345622ad /src/core/hle/service/am/am.h
parentMerge pull request #7483 from zhaobot/tx-update-20211201022129 (diff)
downloadyuzu-f138731e2fc46d44ae2dc3a15e0dd435d65ddb8d.tar
yuzu-f138731e2fc46d44ae2dc3a15e0dd435d65ddb8d.tar.gz
yuzu-f138731e2fc46d44ae2dc3a15e0dd435d65ddb8d.tar.bz2
yuzu-f138731e2fc46d44ae2dc3a15e0dd435d65ddb8d.tar.lz
yuzu-f138731e2fc46d44ae2dc3a15e0dd435d65ddb8d.tar.xz
yuzu-f138731e2fc46d44ae2dc3a15e0dd435d65ddb8d.tar.zst
yuzu-f138731e2fc46d44ae2dc3a15e0dd435d65ddb8d.zip
Diffstat (limited to 'src/core/hle/service/am/am.h')
-rw-r--r--src/core/hle/service/am/am.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/am/am.h b/src/core/hle/service/am/am.h
index 202d20757..2a578aea5 100644
--- a/src/core/hle/service/am/am.h
+++ b/src/core/hle/service/am/am.h
@@ -151,6 +151,7 @@ private:
void GetAccumulatedSuspendedTickValue(Kernel::HLERequestContext& ctx);
void GetAccumulatedSuspendedTickChangedEvent(Kernel::HLERequestContext& ctx);
void SetAlbumImageTakenNotificationEnabled(Kernel::HLERequestContext& ctx);
+ void SaveCurrentScreenshot(Kernel::HLERequestContext& ctx);
enum class ScreenshotPermission : u32 {
Inherit = 0,