am: Stub SetScreenShotImageOrientation.

- Used by Super Mario Odyssey.
This commit is contained in:
bunnei
2018-08-08 00:40:46 -04:00
parent 4fa3511a63
commit b7fb9f2071
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);