We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70bf3e0 commit 9d48812Copy full SHA for 9d48812
ShaderBeam/Shaders/CRTBeamSimulatorShader.h
@@ -77,7 +77,7 @@ class CRTBeamSimulatorShader : public SinglePassShaderProfile
77
AddParameter("LCD Anti-retention",
78
"Prevents image retention from BFI interfering with LCD voltage polarity inversion algorithm\n"
79
"- It will cause occasional stutter as it desyncs CRT refresh rate from content refresh rate.\n"
80
- "- Auto-disabled on OLEDs and LCDs with even subframe count.",
+ "- Auto-disabled on OLEDs and LCDs with odd subframe count.",
81
&m_lcdAntiRetention,
82
0,
83
1,
0 commit comments