GPU: Implement GPU Clock correctly.
This commit is contained in:
parent
0cb3bcfbb7
commit
8e9a4944db
3 changed files with 17 additions and 2 deletions
|
@ -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};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue