summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/time/steady_clock_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/time/steady_clock_core.h')
-rw-r--r--src/core/hle/service/time/steady_clock_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/time/steady_clock_core.h b/src/core/hle/service/time/steady_clock_core.h
index d80a2385f..5ee2c0e0a 100644
--- a/src/core/hle/service/time/steady_clock_core.h
+++ b/src/core/hle/service/time/steady_clock_core.h
@@ -49,7 +49,7 @@ public:
}
private:
- Common::UUID clock_source_id{Common::UUID::Generate()};
+ Common::UUID clock_source_id{Common::UUID::MakeRandom()};
bool is_initialized{};
};