mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-07 07:21:18 +12:00
don't log texture allocation warnings
This commit is contained in:
parent
6897abd59b
commit
f1db7d5ab9
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
return new LatteTextureViewMtl(m_mtlr, this, dim, format, firstMip, mipCount, firstSlice, sliceCount);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: lazy allocation?
|
||||||
void LatteTextureMtl::AllocateOnHost()
|
void LatteTextureMtl::AllocateOnHost()
|
||||||
{
|
{
|
||||||
cemuLog_log(LogType::Force, "not implemented");
|
// The texture is already allocated
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue