From 8e9a4944dbbb4a22d149bb989faf32db0a979766 Mon Sep 17 00:00:00 2001 From: Fernando Sahmkow Date: Mon, 10 Feb 2020 10:32:51 -0400 Subject: GPU: Implement GPU Clock correctly. --- src/video_core/gpu.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/video_core/gpu.h') diff --git a/src/video_core/gpu.h b/src/video_core/gpu.h index b648317bb..07727210c 100644 --- a/src/video_core/gpu.h +++ b/src/video_core/gpu.h @@ -192,6 +192,8 @@ public: bool CancelSyncptInterrupt(u32 syncpoint_id, u32 value); + u64 GetTicks() const; + std::unique_lock LockSync() { return std::unique_lock{sync_mutex}; } -- cgit v1.2.3