make clear message more descriptive

This commit is contained in:
Samuliak 2024-12-14 11:21:35 +01:00
parent 137becb894
commit ba9a9370fe
No known key found for this signature in database

View file

@ -636,7 +636,7 @@ void MetalRenderer::texture_clearColorSlice(LatteTexture* hostTexture, sint32 sl
{
if (!FormatIsRenderable(hostTexture->format))
{
cemuLog_logOnce(LogType::Force, "cannot clear texture with pixel format {}, because it's not renderable", hostTexture->format);
cemuLog_logOnce(LogType::Force, "cannot clear color texture with format {}, because it's not renderable", hostTexture->format);
return;
}