mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-20 16:20:54 -05:00
Log failed format conversions
This commit is contained in:
committed by
Evan Husted
parent
e49702965f
commit
585bdc2b54
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user