Source: Remove redundant lambda parameter lists

This commit is contained in:
Dr. Dystopia
2025-06-14 10:19:31 +02:00
parent 95f6c76713
commit ca8f9b672b
54 changed files with 108 additions and 111 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ void VertexLoaderX64::ReadVertex(OpArg data, VertexComponentFormat attribute,
X64Reg coords = XMM0;
const auto write_zfreeze = [&]() { // zfreeze
const auto write_zfreeze = [&] { // zfreeze
if (native_format == &m_native_vtx_decl.position)
{
CMP(32, R(remaining_reg), Imm8(3));