mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00: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:
parent
c9aab4f809
commit
523954e03a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue