mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-25 15:58:10 -05:00
Stub am::SetScreenShotPermission, and bsd::StartMonitoring functions
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user