mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-04-02 04:01:08 +00:00
Add error log output when max retried reached
This commit is contained in:
@@ -155,6 +155,11 @@ namespace Ryujinx.Graphics.Vulkan.Queries
|
||||
}
|
||||
}
|
||||
|
||||
if (iterations >= MaxQueryRetries)
|
||||
{
|
||||
Logger.Error?.Print(LogClass.Gpu, $"Error: Query result {_type} timed out. Took more than {MaxQueryRetries} tries.");
|
||||
}
|
||||
|
||||
return data;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user