misc: chore: Use explicit types in GAL
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user