summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/am.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-03-26 19:54:03 +0100
committerLioncash <mathew1800@gmail.com>2019-03-26 22:02:29 +0100
commit96d518a59f72fdf67dd526cc9cd107f04a43d6e2 (patch)
tree6f9199e87c781c8927d53fbba41da07e97974386 /src/core/hle/service/am/am.h
parentMerge pull request #2285 from lioncash/unused-struct (diff)
downloadyuzu-96d518a59f72fdf67dd526cc9cd107f04a43d6e2.tar
yuzu-96d518a59f72fdf67dd526cc9cd107f04a43d6e2.tar.gz
yuzu-96d518a59f72fdf67dd526cc9cd107f04a43d6e2.tar.bz2
yuzu-96d518a59f72fdf67dd526cc9cd107f04a43d6e2.tar.lz
yuzu-96d518a59f72fdf67dd526cc9cd107f04a43d6e2.tar.xz
yuzu-96d518a59f72fdf67dd526cc9cd107f04a43d6e2.tar.zst
yuzu-96d518a59f72fdf67dd526cc9cd107f04a43d6e2.zip
Diffstat (limited to 'src/core/hle/service/am/am.h')
-rw-r--r--src/core/hle/service/am/am.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/core/hle/service/am/am.h b/src/core/hle/service/am/am.h
index 565dd8e9e..222e6bcde 100644
--- a/src/core/hle/service/am/am.h
+++ b/src/core/hle/service/am/am.h
@@ -117,17 +117,17 @@ public:
~ISelfController() override;
private:
- void SetFocusHandlingMode(Kernel::HLERequestContext& ctx);
- void SetRestartMessageEnabled(Kernel::HLERequestContext& ctx);
- void SetPerformanceModeChangedNotification(Kernel::HLERequestContext& ctx);
- void SetOperationModeChangedNotification(Kernel::HLERequestContext& ctx);
- void SetOutOfFocusSuspendingEnabled(Kernel::HLERequestContext& ctx);
void LockExit(Kernel::HLERequestContext& ctx);
void UnlockExit(Kernel::HLERequestContext& ctx);
void GetLibraryAppletLaunchableEvent(Kernel::HLERequestContext& ctx);
+ void SetScreenShotPermission(Kernel::HLERequestContext& ctx);
+ void SetOperationModeChangedNotification(Kernel::HLERequestContext& ctx);
+ void SetPerformanceModeChangedNotification(Kernel::HLERequestContext& ctx);
+ void SetFocusHandlingMode(Kernel::HLERequestContext& ctx);
+ void SetRestartMessageEnabled(Kernel::HLERequestContext& ctx);
+ void SetOutOfFocusSuspendingEnabled(Kernel::HLERequestContext& ctx);
void SetScreenShotImageOrientation(Kernel::HLERequestContext& ctx);
void CreateManagedDisplayLayer(Kernel::HLERequestContext& ctx);
- void SetScreenShotPermission(Kernel::HLERequestContext& ctx);
void SetHandlesRequestToDisplay(Kernel::HLERequestContext& ctx);
void SetIdleTimeDetectionExtension(Kernel::HLERequestContext& ctx);
void GetIdleTimeDetectionExtension(Kernel::HLERequestContext& ctx);