am: Stub SetScreenShotImageOrientation.

- Used by Super Mario Odyssey.
This commit is contained in:
bunnei 2018-08-08 00:40:46 -04:00
parent 06254058b4
commit 5851753d2a
2 changed files with 9 additions and 1 deletions

View file

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