aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Gpu/Synchronization/SyncpointWaiterHandle.cs
AgeCommit message (Expand)Author
2021-11-01When waiting on CPU, do not return a time out error from EventWait (#2780)gdkchan
2021-10-19EventWait should not signal the event when it returns Success (#2739)gdkchan
2020-04-19Implement GPU syncpoints (#980)Thog