Merge pull request #8761 from Sintendo/fixquirk

Analytics: Report correct quirk for mismatched xf/bp colors
This commit is contained in:
Connor McLaughlin
2020-04-24 11:53:41 +10:00
committed by GitHub

View File

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