summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/am.h
diff options
context:
space:
mode:
authorgreggameplayer <33609333+greggameplayer@users.noreply.github.com>2018-08-17 06:23:08 +0200
committerbunnei <bunneidev@gmail.com>2018-08-17 06:23:08 +0200
commit20037717898de9b3b03941d8361bbc6896cd0a35 (patch)
tree5917f595c330959619e032fa177703f57a38d58e /src/core/hle/service/am/am.h
parentMerge pull request #1090 from lioncash/ctor-assign (diff)
downloadyuzu-20037717898de9b3b03941d8361bbc6896cd0a35.tar
yuzu-20037717898de9b3b03941d8361bbc6896cd0a35.tar.gz
yuzu-20037717898de9b3b03941d8361bbc6896cd0a35.tar.bz2
yuzu-20037717898de9b3b03941d8361bbc6896cd0a35.tar.lz
yuzu-20037717898de9b3b03941d8361bbc6896cd0a35.tar.xz
yuzu-20037717898de9b3b03941d8361bbc6896cd0a35.tar.zst
yuzu-20037717898de9b3b03941d8361bbc6896cd0a35.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/am/am.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hle/service/am/am.h b/src/core/hle/service/am/am.h
index 5de1857d8..b763aff6f 100644
--- a/src/core/hle/service/am/am.h
+++ b/src/core/hle/service/am/am.h
@@ -87,9 +87,12 @@ private:
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);
std::shared_ptr<NVFlinger::NVFlinger> nvflinger;
Kernel::SharedPtr<Kernel::Event> launchable_event;
+ u32 idle_time_detection_extension = 0;
};
class ICommonStateGetter final : public ServiceFramework<ICommonStateGetter> {