diff options
| author | bunnei <bunneidev@gmail.com> | 2020-10-22 20:46:54 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-22 20:46:54 -0700 |
| commit | e7042163c85c4cb239b9c65e9b03238987ec36d8 (patch) | |
| tree | e8054756584af4b9a27af22d22d960f09e7c9473 /src/core/core.h | |
| parent | ea20b5c970cb261df93743803a227fafd5403d02 (diff) | |
| parent | 62c6c9f6a6dbc44de5fa8e03187fb34037958d5f (diff) | |
Merge pull request #4792 from bunnei/rtc-fix
service: time: Update current time with changes to RTC setting.
Diffstat (limited to 'src/core/core.h')
| -rw-r--r-- | src/core/core.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/core/core.h b/src/core/core.h index 27efe30bb..6db896bae 100644 --- a/src/core/core.h +++ b/src/core/core.h @@ -69,6 +69,10 @@ namespace SM { class ServiceManager; } // namespace SM +namespace Time { +class TimeManager; +} // namespace Time + } // namespace Service namespace Tegra { @@ -361,6 +365,10 @@ public: const Service::LM::Manager& GetLogManager() const; + Service::Time::TimeManager& GetTimeManager(); + + const Service::Time::TimeManager& GetTimeManager() const; + void SetExitLock(bool locked); bool GetExitLock() const; |
