summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/am.h
diff options
context:
space:
mode:
authormailwl <mailwl@gmail.com>2018-02-22 11:04:23 +0100
committermailwl <mailwl@gmail.com>2018-02-22 11:04:23 +0100
commit910198a29a7d9679d4286a337aa223543545e798 (patch)
treedd17c952c72b055df24cd11cf923dff3980400df /src/core/hle/service/am/am.h
parentMerge pull request #211 from shinyquagsire23/time_local (diff)
downloadyuzu-910198a29a7d9679d4286a337aa223543545e798.tar
yuzu-910198a29a7d9679d4286a337aa223543545e798.tar.gz
yuzu-910198a29a7d9679d4286a337aa223543545e798.tar.bz2
yuzu-910198a29a7d9679d4286a337aa223543545e798.tar.lz
yuzu-910198a29a7d9679d4286a337aa223543545e798.tar.xz
yuzu-910198a29a7d9679d4286a337aa223543545e798.tar.zst
yuzu-910198a29a7d9679d4286a337aa223543545e798.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 793ac6555..a6740fb29 100644
--- a/src/core/hle/service/am/am.h
+++ b/src/core/hle/service/am/am.h
@@ -62,6 +62,7 @@ private:
void UnlockExit(Kernel::HLERequestContext& ctx);
void GetLibraryAppletLaunchableEvent(Kernel::HLERequestContext& ctx);
void CreateManagedDisplayLayer(Kernel::HLERequestContext& ctx);
+ void SetScreenShotPermission(Kernel::HLERequestContext& ctx);
std::shared_ptr<NVFlinger::NVFlinger> nvflinger;
Kernel::SharedPtr<Kernel::Event> launchable_event;