WIP V2: Experimental: Metal backend #441

Merged
GreemDev merged 369 commits from new-metal into master 2024-12-24 06:55:16 +00:00
Showing only changes of commit 585bdc2b54 - Show all commits

View File

@ -180,6 +180,11 @@ namespace Ryujinx.Graphics.Metal
} }
} }
if (mtlFormat == MTLPixelFormat.Invalid)
{
Logger.Error?.PrintMsg(LogClass.Gpu, $"Application requested {format}, no direct equivalent was found!");
}
return mtlFormat; return mtlFormat;
} }
} }