Analytics: Report correct quirk for mismatched xf/bp colors

Looks like a copy-paste error. The quirk for mismatched xf/bp texgens
was used twice.
This commit is contained in:
Sintendo 2020-04-24 02:22:51 +02:00
parent c9aab4f809
commit 523954e03a
1 changed files with 1 additions and 1 deletions

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;