From 910198a29a7d9679d4286a337aa223543545e798 Mon Sep 17 00:00:00 2001 From: mailwl Date: Thu, 22 Feb 2018 13:04:23 +0300 Subject: Stub am::SetScreenShotPermission, and bsd::StartMonitoring functions --- src/core/hle/service/am/am.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/hle/service/am/am.h') 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; Kernel::SharedPtr launchable_event; -- cgit v1.2.3