Skip to content

Commit

Permalink
Merge pull request dolphin-emu#8761 from Sintendo/fixquirk
Browse files Browse the repository at this point in the history
Analytics: Report correct quirk for mismatched xf/bp colors
  • Loading branch information
stenzek authored Apr 24, 2020
2 parents c9aab4f + 523954e commit dcc2a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/VideoCommon/VertexManagerBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ void VertexManagerBase::Flush()
if (xfmem.numChan.numColorChans != bpmem.genMode.numcolchans)
{
DolphinAnalytics::Instance().ReportGameQuirk(
GameQuirk::MISMATCHED_GPU_TEXGENS_BETWEEN_XF_AND_BP);
GameQuirk::MISMATCHED_GPU_COLORS_BETWEEN_XF_AND_BP);
}

return;
Expand Down

0 comments on commit dcc2a2b

Please sign in to comment.