diff options
Diffstat (limited to 'src/core/core_timing.h')
| -rw-r--r-- | src/core/core_timing.h | 2 |
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 | ||
| 115 | private: | 115 | private: |
| 116 | struct Event; | 116 | struct Event; |