diff options
| author | 2024-01-25 14:19:01 -0500 | |
|---|---|---|
| committer | 2024-01-25 14:19:01 -0500 | |
| commit | d45561ace069024f47ed710d1165b607644d1ec3 (patch) | |
| tree | a316f59c5a722dc15fe5c49b3641d9801c264970 /src/common/memory_detect.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/common/memory_detect.h')
| -rw-r--r-- | src/common/memory_detect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/memory_detect.h b/src/common/memory_detect.h index a345e6d28..c8f239aed 100644 --- a/src/common/memory_detect.h +++ b/src/common/memory_detect.h | |||
| @@ -18,4 +18,4 @@ struct MemoryInfo { | |||
| 18 | */ | 18 | */ |
| 19 | [[nodiscard]] const MemoryInfo& GetMemInfo(); | 19 | [[nodiscard]] const MemoryInfo& GetMemInfo(); |
| 20 | 20 | ||
| 21 | } // namespace Common \ No newline at end of file | 21 | } // namespace Common |