Stub am::SetScreenShotPermission, and bsd::StartMonitoring functions

This commit is contained in:
mailwl 2018-02-22 13:04:23 +03:00
parent 2578d20154
commit 9d6a03e6a3
5 changed files with 22 additions and 1 deletions

View file

@ -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;