summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VertexManagerBase.cpp
diff options
context:
space:
mode:
authorConnor McLaughlin <stenzek@gmail.com>2020-04-24 11:53:41 +1000
committerGitHub <noreply@github.com>2020-04-24 11:53:41 +1000
commitdcc2a2b7d6b50b5e96326f7d982704d9a4ef2af1 (patch)
tree3e1eae7aa16e02c33cb3055d2418c01e56335eff /Source/Core/VideoCommon/VertexManagerBase.cpp
parentc9aab4f809d782418fbba8b85596dfc784ebee94 (diff)
parent523954e03a4b0b1de0fd64e78b0026b702cf0690 (diff)
Merge pull request #8761 from Sintendo/fixquirk
Analytics: Report correct quirk for mismatched xf/bp colors
Diffstat (limited to 'Source/Core/VideoCommon/VertexManagerBase.cpp')
-rw-r--r--Source/Core/VideoCommon/VertexManagerBase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/VertexManagerBase.cpp b/Source/Core/VideoCommon/VertexManagerBase.cpp
index ce80f0008a..f18e3d1d67 100644
--- a/Source/Core/VideoCommon/VertexManagerBase.cpp
+++ b/Source/Core/VideoCommon/VertexManagerBase.cpp
@@ -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;