summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/am.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-03-31 06:32:01 +0200
committerGitHub <noreply@github.com>2021-03-31 06:32:01 +0200
commite44622860a459b8b139825b4d42d7effc6ad0510 (patch)
tree604f078ef40475308a6bcc4838eb721c60deab2c /src/core/hle/service/am/am.h
parentMerge pull request #5927 from ameerj/astc-compute (diff)
parentISelfController: Stub SetAlbumImageTakenNotificationEnabled (diff)
downloadyuzu-e44622860a459b8b139825b4d42d7effc6ad0510.tar
yuzu-e44622860a459b8b139825b4d42d7effc6ad0510.tar.gz
yuzu-e44622860a459b8b139825b4d42d7effc6ad0510.tar.bz2
yuzu-e44622860a459b8b139825b4d42d7effc6ad0510.tar.lz
yuzu-e44622860a459b8b139825b4d42d7effc6ad0510.tar.xz
yuzu-e44622860a459b8b139825b4d42d7effc6ad0510.tar.zst
yuzu-e44622860a459b8b139825b4d42d7effc6ad0510.zip
Diffstat (limited to '')
-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 6911f0d6e..f6a453ab7 100644
--- a/src/core/hle/service/am/am.h
+++ b/src/core/hle/service/am/am.h
@@ -146,6 +146,7 @@ private:
void IsAutoSleepDisabled(Kernel::HLERequestContext& ctx);
void GetAccumulatedSuspendedTickValue(Kernel::HLERequestContext& ctx);
void GetAccumulatedSuspendedTickChangedEvent(Kernel::HLERequestContext& ctx);
+ void SetAlbumImageTakenNotificationEnabled(Kernel::HLERequestContext& ctx);
enum class ScreenshotPermission : u32 {
Inherit = 0,