mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-05 14:31:17 +12:00
make clear message more descriptive
This commit is contained in:
parent
137becb894
commit
ba9a9370fe
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue