forked from Mirror/Ryujinx
Fixes OpenGL.
This commit is contained in:
parent
5131b71437
commit
b2623dc27d
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ namespace Ryujinx.Graphics.OpenGL.Queries
|
||||||
{
|
{
|
||||||
result = Marshal.ReadInt64(_bufferMap);
|
result = Marshal.ReadInt64(_bufferMap);
|
||||||
|
|
||||||
return WaitingForValue(result);
|
return !WaitingForValue(result);
|
||||||
}
|
}
|
||||||
|
|
||||||
public long AwaitResult(AutoResetEvent wakeSignal = null)
|
public long AwaitResult(AutoResetEvent wakeSignal = null)
|
||||||
|
|
Loading…
Reference in a new issue