mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-06-06 14:44:59 -06:00
make clear message more descriptive
This commit is contained in:
parent
137becb894
commit
ba9a9370fe
@ -636,7 +636,7 @@ void MetalRenderer::texture_clearColorSlice(LatteTexture* hostTexture, sint32 sl
|
|||||||
{
|
{
|
||||||
if (!FormatIsRenderable(hostTexture->format))
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user