mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-04-21 18:13:14 +02:00
resultHandler testing
This commit is contained in:
parent
e0181d3410
commit
ef1f08055a
1 changed files with 5 additions and 1 deletions
|
@ -165,7 +165,11 @@ namespace Ryujinx.Graphics.Gpu.Engine.Threed
|
|||
Timestamp = ticks,
|
||||
};
|
||||
|
||||
if (counter?.Invalid != true)
|
||||
if (result <= 0)
|
||||
{
|
||||
return;
|
||||
}
|
||||
else if (counter?.Invalid != true)
|
||||
{
|
||||
_channel.MemoryManager.Write(gpuVa, counterData);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue