mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-12-16 01:36:57 +00:00
misc: chore: Use explicit types in GAL
This commit is contained in:
parent
69e0b79bd9
commit
93539e7d45
3 changed files with 9 additions and 9 deletions
|
|
@ -359,7 +359,7 @@ namespace Ryujinx.Graphics.GAL.Multithreading
|
|||
|
||||
public bool TryHostConditionalRendering(ICounterEvent value, ulong compare, bool isEqual)
|
||||
{
|
||||
var evt = value as ThreadedCounterEvent;
|
||||
ThreadedCounterEvent evt = value as ThreadedCounterEvent;
|
||||
if (evt != null)
|
||||
{
|
||||
if (compare == 0 && evt.Type == CounterType.SamplesPassed && evt.ClearCounter)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue