Merge pull request #8761 from Sintendo/fixquirk
Analytics: Report correct quirk for mismatched xf/bp colors
This commit is contained in:
commit
dcc2a2b7d6
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue