Skip to content

Commit

Permalink
don't log texture allocation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
SamoZ256 committed Nov 9, 2024
1 parent 6897abd commit f1db7d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Cafe/HW/Latte/Renderer/Metal/LatteTextureMtl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit f1db7d5

Please sign in to comment.