summaryrefslogtreecommitdiff
path: root/src/core/core_timing.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/core_timing.h')
-rw-r--r--src/core/core_timing.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core_timing.h b/src/core/core_timing.h
index c70b605c8..032eb08aa 100644
--- a/src/core/core_timing.h
+++ b/src/core/core_timing.h
@@ -110,7 +110,7 @@ public:
110 std::chrono::nanoseconds GetGlobalTimeNs() const; 110 std::chrono::nanoseconds GetGlobalTimeNs() const;
111 111
112 /// Checks for events manually and returns time in nanoseconds for next event, threadsafe. 112 /// Checks for events manually and returns time in nanoseconds for next event, threadsafe.
113 std::optional<u64> Advance(); 113 std::optional<s64> Advance();
114 114
115private: 115private:
116 struct Event; 116 struct Event;