mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2024-11-24 10:10:12 +01:00
Log failed format conversions
This commit is contained in:
parent
66e2533c90
commit
d0946213fa
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user