mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-01-25 10:43:01 -03:00
Update comment for Metal
This commit is contained in:
parent
144397c3da
commit
549938e2b1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue