diff options
| author | Lioncash <mathew1800@gmail.com> | 2019-07-10 23:11:14 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2019-07-10 23:19:10 -0400 |
| commit | a99c7d01e1b043df9c09a3047bf0442f88ad94d3 (patch) | |
| tree | 7a8414d7fdb82b522cfbb58b3c00337b97e8ab29 /Source/Core/VideoBackends/Software/SWVertexLoader.cpp | |
| parent | 0a7395bfba99719f71de5186a9916e66c1901f37 (diff) | |
VideoCommon/Statistics: Normalize statistic variable names
Normalizes all variables related to statistics so that they follow our
coding style.
These are relatively low traffic areas, so this modification isn't too
noisy.
Diffstat (limited to 'Source/Core/VideoBackends/Software/SWVertexLoader.cpp')
| -rw-r--r-- | Source/Core/VideoBackends/Software/SWVertexLoader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoBackends/Software/SWVertexLoader.cpp b/Source/Core/VideoBackends/Software/SWVertexLoader.cpp index 20c6a1f700..f0cfb1c3b9 100644 --- a/Source/Core/VideoBackends/Software/SWVertexLoader.cpp +++ b/Source/Core/VideoBackends/Software/SWVertexLoader.cpp @@ -91,7 +91,7 @@ void SWVertexLoader::DrawCurrentBatch(u32 base_index, u32 num_indices, u32 base_ // assemble and rasterize the primitive m_setup_unit.SetupVertex(); - INCSTAT(stats.thisFrame.numVerticesLoaded) + INCSTAT(stats.this_frame.num_vertices_loaded) } DebugUtil::OnObjectEnd(); |
