mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-01-30 09:51:33 -08: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;
|
return mtlFormat;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user