mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-01-05 23:43:04 +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;
|
||||
}
|
||||
|
||||
if (ClearCounter || Type == QueryTarget.TimeElapsed)
|
||||
if (ClearCounter || Type == (QueryTarget)GLEnum.Timestamp)
|
||||
{
|
||||
result = 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue