mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-01-07 15:48:15 +01:00
don't log texture allocation warnings
This commit is contained in:
parent
6897abd59b
commit
f1db7d5ab9
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user