mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-29 00:59:51 -06:00
When waiting on CPU, do not return a time out error from EventWait (#2780)
* When waiting on CPU, do not return a time out error from EventWait * And while I'm at it...
This commit is contained in:
@ -4,7 +4,7 @@ namespace Ryujinx.Graphics.Gpu.Synchronization
|
||||
{
|
||||
public class SyncpointWaiterHandle
|
||||
{
|
||||
internal uint Threshold;
|
||||
internal uint Threshold;
|
||||
internal Action<SyncpointWaiterHandle> Callback;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user