diff options
| author | iwubcode <iwubcode@users.noreply.github.com> | 2025-08-23 13:35:05 -0500 |
|---|---|---|
| committer | iwubcode <iwubcode@users.noreply.github.com> | 2025-08-23 13:50:22 -0500 |
| commit | 14459bcc1b8d58bedfd68b6f15ab160a284c821e (patch) | |
| tree | d2c12a7cac6eef4f2f727683cf3e85797e4841c6 /Source/Core/VideoCommon/VertexManagerBase.cpp | |
| parent | ab8a02566daaea1046fa272e2b7038790f3ba122 (diff) | |
VideoBackends / VideoCommon: rename member variables in RenderState to be consistent
Diffstat (limited to 'Source/Core/VideoCommon/VertexManagerBase.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/VertexManagerBase.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/VideoCommon/VertexManagerBase.cpp b/Source/Core/VideoCommon/VertexManagerBase.cpp index 456ef67402..1797cb559f 100644 --- a/Source/Core/VideoCommon/VertexManagerBase.cpp +++ b/Source/Core/VideoCommon/VertexManagerBase.cpp @@ -472,8 +472,8 @@ void VertexManagerBase::Flush() #if defined(_DEBUG) || defined(DEBUGFAST) PRIM_LOG("frame{}:\n texgen={}, numchan={}, dualtex={}, ztex={}, cole={}, alpe={}, ze={}", g_ActiveConfig.iSaveTargetId, xfmem.numTexGen.numTexGens, xfmem.numChan.numColorChans, - xfmem.dualTexTrans.enabled, bpmem.ztex2.op.Value(), bpmem.blendmode.colorupdate.Value(), - bpmem.blendmode.alphaupdate.Value(), bpmem.zmode.updateenable.Value()); + xfmem.dualTexTrans.enabled, bpmem.ztex2.op.Value(), bpmem.blendmode.color_update.Value(), + bpmem.blendmode.alpha_update.Value(), bpmem.zmode.update_enable.Value()); for (u32 i = 0; i < xfmem.numChan.numColorChans; ++i) { |
