diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/hle/service/am/am.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/hle/service/am/am.h b/src/core/hle/service/am/am.h index 9169eb2bd..ccd053c13 100644 --- a/src/core/hle/service/am/am.h +++ b/src/core/hle/service/am/am.h | |||
| @@ -147,6 +147,7 @@ private: | |||
| 147 | void GetAccumulatedSuspendedTickValue(Kernel::HLERequestContext& ctx); | 147 | void GetAccumulatedSuspendedTickValue(Kernel::HLERequestContext& ctx); |
| 148 | void GetAccumulatedSuspendedTickChangedEvent(Kernel::HLERequestContext& ctx); | 148 | void GetAccumulatedSuspendedTickChangedEvent(Kernel::HLERequestContext& ctx); |
| 149 | 149 | ||
| 150 | Core::System& system; | ||
| 150 | std::shared_ptr<NVFlinger::NVFlinger> nvflinger; | 151 | std::shared_ptr<NVFlinger::NVFlinger> nvflinger; |
| 151 | Kernel::EventPair launchable_event; | 152 | Kernel::EventPair launchable_event; |
| 152 | Kernel::EventPair accumulated_suspended_tick_changed_event; | 153 | Kernel::EventPair accumulated_suspended_tick_changed_event; |
| @@ -154,8 +155,6 @@ private: | |||
| 154 | u32 idle_time_detection_extension = 0; | 155 | u32 idle_time_detection_extension = 0; |
| 155 | u64 num_fatal_sections_entered = 0; | 156 | u64 num_fatal_sections_entered = 0; |
| 156 | bool is_auto_sleep_disabled = false; | 157 | bool is_auto_sleep_disabled = false; |
| 157 | |||
| 158 | Core::System& system; | ||
| 159 | }; | 158 | }; |
| 160 | 159 | ||
| 161 | class ICommonStateGetter final : public ServiceFramework<ICommonStateGetter> { | 160 | class ICommonStateGetter final : public ServiceFramework<ICommonStateGetter> { |