Update comment for Metal

This commit is contained in:
Isaac Marovitz 2024-07-01 18:02:43 +01:00
parent f59fae3612
commit 2507d351af
No known key found for this signature in database
GPG Key ID: 97250B2B09A132E1
1 changed files with 1 additions and 1 deletions

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
{