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

This commit is contained in:
mailwl
2018-02-22 13:04:23 +03:00
parent 7f0ecbf859
commit 910198a29a
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;