mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-15 11:37:47 +00:00
Stub am::SetScreenShotPermission, and bsd::StartMonitoring functions
This commit is contained in:
parent
2578d20154
commit
9d6a03e6a3
5 changed files with 22 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue