resultHandler testing

This commit is contained in:
Vova 2025-04-17 09:05:52 +10:00
parent e0181d3410
commit ef1f08055a

View file

@ -165,7 +165,11 @@ namespace Ryujinx.Graphics.Gpu.Engine.Threed
Timestamp = ticks, Timestamp = ticks,
}; };
if (counter?.Invalid != true) if (result <= 0)
{
return;
}
else if (counter?.Invalid != true)
{ {
_channel.MemoryManager.Write(gpuVa, counterData); _channel.MemoryManager.Write(gpuVa, counterData);
} }