mirror of https://github.com/PCSX2/pcsx2.git
GS: Disable clang-format to keep alignment
This commit is contained in:
parent
67a5c8e314
commit
7177bd3597
|
@ -435,6 +435,8 @@ HWBlend GSDevice::GetBlend(size_t index)
|
|||
|
||||
uint16 GSDevice::GetBlendFlags(size_t index) { return m_blendMap[index].flags; }
|
||||
|
||||
// clang-format off
|
||||
|
||||
std::array<HWBlend, 3*3*3*3 + 1> GSDevice::m_blendMap =
|
||||
{{
|
||||
{ BLEND_NO_REC , OP_ADD , CONST_ONE , CONST_ZERO} , // 0000: (Cs - Cs)*As + Cs ==> Cs
|
||||
|
|
Loading…
Reference in New Issue