diff options
| author | 2024-01-25 14:19:01 -0500 | |
|---|---|---|
| committer | 2024-01-25 14:19:01 -0500 | |
| commit | d45561ace069024f47ed710d1165b607644d1ec3 (patch) | |
| tree | a316f59c5a722dc15fe5c49b3641d9801c264970 /src/core/core.h | |
| parent | Merge pull request #12781 from goldenx86/dozen (diff) | |
| parent | Rework time service to fix time passing offline. (diff) | |
| download | yuzu-d45561ace069024f47ed710d1165b607644d1ec3.tar.gz yuzu-d45561ace069024f47ed710d1165b607644d1ec3.tar.xz yuzu-d45561ace069024f47ed710d1165b607644d1ec3.zip | |
Merge pull request #12499 from Kelebek1/time
Rework time services
Diffstat (limited to 'src/core/core.h')
| -rw-r--r-- | src/core/core.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/core/core.h b/src/core/core.h index 80446f385..183410602 100644 --- a/src/core/core.h +++ b/src/core/core.h | |||
| @@ -73,10 +73,6 @@ namespace SM { | |||
| 73 | class ServiceManager; | 73 | class ServiceManager; |
| 74 | } // namespace SM | 74 | } // namespace SM |
| 75 | 75 | ||
| 76 | namespace Time { | ||
| 77 | class TimeManager; | ||
| 78 | } // namespace Time | ||
| 79 | |||
| 80 | } // namespace Service | 76 | } // namespace Service |
| 81 | 77 | ||
| 82 | namespace Tegra { | 78 | namespace Tegra { |
| @@ -381,9 +377,6 @@ public: | |||
| 381 | [[nodiscard]] Service::Account::ProfileManager& GetProfileManager(); | 377 | [[nodiscard]] Service::Account::ProfileManager& GetProfileManager(); |
| 382 | [[nodiscard]] const Service::Account::ProfileManager& GetProfileManager() const; | 378 | [[nodiscard]] const Service::Account::ProfileManager& GetProfileManager() const; |
| 383 | 379 | ||
| 384 | [[nodiscard]] Service::Time::TimeManager& GetTimeManager(); | ||
| 385 | [[nodiscard]] const Service::Time::TimeManager& GetTimeManager() const; | ||
| 386 | |||
| 387 | [[nodiscard]] Core::Debugger& GetDebugger(); | 380 | [[nodiscard]] Core::Debugger& GetDebugger(); |
| 388 | [[nodiscard]] const Core::Debugger& GetDebugger() const; | 381 | [[nodiscard]] const Core::Debugger& GetDebugger() const; |
| 389 | 382 | ||