summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/am.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-08-08 06:40:46 +0200
committerbunnei <bunneidev@gmail.com>2018-08-08 06:41:35 +0200
commitb7fb9f20713b43d79aab6197061691c38b30d70e (patch)
tree18652ee4bf1b095800d0789af6c457eec5d7e577 /src/core/hle/service/am/am.h
parentMerge pull request #964 from Hexagon12/lower-logs (diff)
downloadyuzu-b7fb9f20713b43d79aab6197061691c38b30d70e.tar
yuzu-b7fb9f20713b43d79aab6197061691c38b30d70e.tar.gz
yuzu-b7fb9f20713b43d79aab6197061691c38b30d70e.tar.bz2
yuzu-b7fb9f20713b43d79aab6197061691c38b30d70e.tar.lz
yuzu-b7fb9f20713b43d79aab6197061691c38b30d70e.tar.xz
yuzu-b7fb9f20713b43d79aab6197061691c38b30d70e.tar.zst
yuzu-b7fb9f20713b43d79aab6197061691c38b30d70e.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 8f4f98346..862f338ac 100644
--- a/src/core/hle/service/am/am.h
+++ b/src/core/hle/service/am/am.h
@@ -83,6 +83,7 @@ private:
void LockExit(Kernel::HLERequestContext& ctx);
void UnlockExit(Kernel::HLERequestContext& ctx);
void GetLibraryAppletLaunchableEvent(Kernel::HLERequestContext& ctx);
+ void SetScreenShotImageOrientation(Kernel::HLERequestContext& ctx);
void CreateManagedDisplayLayer(Kernel::HLERequestContext& ctx);
void SetScreenShotPermission(Kernel::HLERequestContext& ctx);
void SetHandlesRequestToDisplay(Kernel::HLERequestContext& ctx);