mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-20 17:51:13 +02:00
Fixes OpenGL.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user