diff options
| author | Léo Lam <leo@leolam.fr> | 2020-11-12 14:51:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-12 14:51:28 +0100 |
| commit | 8a621c2d5e7722de5148a0a40d4072445cffb361 (patch) | |
| tree | 99878aba6ea4a45ff473092a7f9b8d1db7892ced /Source/Core/VideoBackends/Software/SWVertexLoader.cpp | |
| parent | ec5313fe24fe0b301603466c12f402fc08605813 (diff) | |
| parent | 21dd7a8ebb23ab05373ab65558a7a47927f402f1 (diff) | |
Merge pull request #9236 from lioncash/log-backend
VideoBackends: Migrate logging over to fmt
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 9d273bb1cf..06758a3d42 100644 --- a/Source/Core/VideoBackends/Software/SWVertexLoader.cpp +++ b/Source/Core/VideoBackends/Software/SWVertexLoader.cpp @@ -110,7 +110,7 @@ void SWVertexLoader::SetFormat(u8 attributeIndex, u8 primitiveType) xfmem.MatrixIndexB.Tex6MtxIdx != g_main_cp_state.matrix_index_b.Tex6MtxIdx || xfmem.MatrixIndexB.Tex7MtxIdx != g_main_cp_state.matrix_index_b.Tex7MtxIdx) { - ERROR_LOG(VIDEO, "Matrix indices don't match"); + ERROR_LOG_FMT(VIDEO, "Matrix indices don't match"); } m_vertex.posMtx = xfmem.MatrixIndexA.PosNormalMtxIdx; |
