mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-16 08:42:40 +00:00
GPU: Implement GPU Clock correctly.
This commit is contained in:
committed by
FernandoS27
parent
0cb3bcfbb7
commit
8e9a4944db
@@ -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};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user