don't log texture allocation warnings

This commit is contained in:
Samuliak 2024-11-09 07:25:20 +01:00
parent 6897abd59b
commit f1db7d5ab9
No known key found for this signature in database

View File

@ -103,7 +103,8 @@ LatteTextureView* LatteTextureMtl::CreateView(Latte::E_DIM dim, Latte::E_GX2SURF
return new LatteTextureViewMtl(m_mtlr, this, dim, format, firstMip, mipCount, firstSlice, sliceCount);
}
// TODO: lazy allocation?
void LatteTextureMtl::AllocateOnHost()
{
cemuLog_log(LogType::Force, "not implemented");
// The texture is already allocated
}