mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-04 01:02:25 -07:00
Log failed format conversions
This commit is contained in:
committed by
Isaac Marovitz
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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user