forked from MeloNX/MeloNX
Fixes OpenGL.
This commit is contained in:
parent
ff92e8a0b1
commit
5aa5a1ed51
@ -74,7 +74,7 @@ namespace Ryujinx.Graphics.OpenGL.Queries
|
||||
{
|
||||
result = Marshal.ReadInt64(_bufferMap);
|
||||
|
||||
return WaitingForValue(result);
|
||||
return !WaitingForValue(result);
|
||||
}
|
||||
|
||||
public long AwaitResult(AutoResetEvent wakeSignal = null)
|
||||
|
Loading…
x
Reference in New Issue
Block a user