mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-24 20:47:51 -05:00
am: Stub SetScreenShotImageOrientation.
- Used by Super Mario Odyssey.
This commit is contained in:
@ -83,6 +83,7 @@ private:
|
||||
void LockExit(Kernel::HLERequestContext& ctx);
|
||||
void UnlockExit(Kernel::HLERequestContext& ctx);
|
||||
void GetLibraryAppletLaunchableEvent(Kernel::HLERequestContext& ctx);
|
||||
void SetScreenShotImageOrientation(Kernel::HLERequestContext& ctx);
|
||||
void CreateManagedDisplayLayer(Kernel::HLERequestContext& ctx);
|
||||
void SetScreenShotPermission(Kernel::HLERequestContext& ctx);
|
||||
void SetHandlesRequestToDisplay(Kernel::HLERequestContext& ctx);
|
||||
|
Reference in New Issue
Block a user