1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-12-20 04:52:01 +00:00

Update comment for Metal

This commit is contained in:
Isaac Marovitz 2024-07-01 18:02:43 +01:00 committed by Isaac Marovitz
parent 6aff6401fb
commit 971c270bcf

View file

@ -153,7 +153,7 @@ namespace Ryujinx.Graphics.Metal
if (!signaled)
{
Logger.Error?.PrintMsg(LogClass.Gpu, $"VK Sync Object {result.ID} failed to signal within 1000ms. Continuing...");
Logger.Error?.PrintMsg(LogClass.Gpu, $"Metal Sync Object {result.ID} failed to signal within 1000ms. Continuing...");
}
else
{