GS: Disable clang-format to keep alignment

This commit is contained in:
TellowKrinkle 2021-05-13 03:26:16 -05:00 committed by Kojin
parent 67a5c8e314
commit 7177bd3597
1 changed files with 2 additions and 0 deletions

View File

@ -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