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
commit dcc2a2b7d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;