mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Source: Remove redundant lambda parameter lists
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user