VideoBackends / VideoCommon: rename member variables in RenderState to be consistent

This commit is contained in:
iwubcode
2025-08-23 13:35:05 -05:00
parent ab8a02566d
commit 14459bcc1b
25 changed files with 340 additions and 337 deletions

View File

@ -153,7 +153,7 @@ static void Draw(s32 x, s32 y, s32 xi, s32 yi)
{
// TODO: Test if perf regs are incremented even if test is disabled
EfbInterface::IncPerfCounterQuadCount(PQ_ZCOMP_INPUT_ZCOMPLOC);
if (bpmem.zmode.testenable)
if (bpmem.zmode.test_enable)
{
// early z
if (!EfbInterface::ZCompare(x, y, z))