1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-06 22:36:31 -05:00

GPU: Implement GPU Clock correctly.

This commit is contained in:
Fernando Sahmkow
2020-02-10 10:32:51 -04:00
committed by FernandoS27
parent 0cb3bcfbb7
commit 8e9a4944db
3 changed files with 17 additions and 2 deletions

View File

@@ -192,6 +192,8 @@ public:
bool CancelSyncptInterrupt(u32 syncpoint_id, u32 value);
u64 GetTicks() const;
std::unique_lock<std::mutex> LockSync() {
return std::unique_lock{sync_mutex};
}