mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-28 17:37:11 +02:00
Fixes OpenGL.
This commit is contained in:
parent
ff92e8a0b1
commit
5aa5a1ed51
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…
Add table
Add a link
Reference in a new issue