mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-12 15:57:51 +00:00
GPU: Implement GPU Clock correctly.
This commit is contained in:
parent
8137fb8981
commit
04c3213a01
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