Skip to content
Permalink
Browse files
Merge pull request #8761 from Sintendo/fixquirk
Analytics: Report correct quirk for mismatched xf/bp colors
  • Loading branch information
stenzek committed Apr 24, 2020
2 parents c9aab4f + 523954e commit dcc2a2b
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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;

0 comments on commit dcc2a2b

Please sign in to comment.