mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
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:
@ -373,7 +373,7 @@ void VertexManagerBase::Flush()
|
|||||||
if (xfmem.numChan.numColorChans != bpmem.genMode.numcolchans)
|
if (xfmem.numChan.numColorChans != bpmem.genMode.numcolchans)
|
||||||
{
|
{
|
||||||
DolphinAnalytics::Instance().ReportGameQuirk(
|
DolphinAnalytics::Instance().ReportGameQuirk(
|
||||||
GameQuirk::MISMATCHED_GPU_TEXGENS_BETWEEN_XF_AND_BP);
|
GameQuirk::MISMATCHED_GPU_COLORS_BETWEEN_XF_AND_BP);
|
||||||
}
|
}
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user