mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-01-07 16:33:05 +00:00
Fix CounterQueue Query Target
This commit is contained in:
parent
5495281775
commit
121307abe2
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ namespace Ryujinx.Graphics.OpenGL.Queries
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ClearCounter || Type == QueryTarget.TimeElapsed)
|
if (ClearCounter || Type == (QueryTarget)GLEnum.Timestamp)
|
||||||
{
|
{
|
||||||
result = 0;
|
result = 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue