mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-28 09:27:10 +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);
|
||||
|
||||
return WaitingForValue(result);
|
||||
return !WaitingForValue(result);
|
||||
}
|
||||
|
||||
public long AwaitResult(AutoResetEvent wakeSignal = null)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue