summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/time/time_sharedmemory.cpp
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2022-02-05 06:40:48 +0100
committerMorph <39850852+Morph1984@users.noreply.github.com>2022-02-05 19:18:46 +0100
commitee0547e4c4d38d681d9cd3b9f7071c4dade9110d (patch)
tree9833fb69b1bd34105ea7d43dc74977c0c88e9fb3 /src/core/hle/service/time/time_sharedmemory.cpp
parentinput/hid: Migrate to the new UUID implementation (diff)
downloadyuzu-ee0547e4c4d38d681d9cd3b9f7071c4dade9110d.tar
yuzu-ee0547e4c4d38d681d9cd3b9f7071c4dade9110d.tar.gz
yuzu-ee0547e4c4d38d681d9cd3b9f7071c4dade9110d.tar.bz2
yuzu-ee0547e4c4d38d681d9cd3b9f7071c4dade9110d.tar.lz
yuzu-ee0547e4c4d38d681d9cd3b9f7071c4dade9110d.tar.xz
yuzu-ee0547e4c4d38d681d9cd3b9f7071c4dade9110d.tar.zst
yuzu-ee0547e4c4d38d681d9cd3b9f7071c4dade9110d.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/time/time_sharedmemory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/time/time_sharedmemory.cpp b/src/core/hle/service/time/time_sharedmemory.cpp
index ed9f75ed6..ac31cd9ca 100644
--- a/src/core/hle/service/time/time_sharedmemory.cpp
+++ b/src/core/hle/service/time/time_sharedmemory.cpp
@@ -20,7 +20,7 @@ SharedMemory::SharedMemory(Core::System& system_) : system(system_) {
SharedMemory::~SharedMemory() = default;
-void SharedMemory::SetupStandardSteadyClock(const Common::UUID& clock_source_id,
+void SharedMemory::SetupStandardSteadyClock(const Common::NewUUID& clock_source_id,
Clock::TimeSpanType current_time_point) {
const Clock::TimeSpanType ticks_time_span{Clock::TimeSpanType::FromTicks(
system.CoreTiming().GetClockTicks(), Core::Hardware::CNTFREQ)};