diff options
Diffstat (limited to 'Source/Core/VideoBackends/Software/SetupUnit.cpp')
| -rw-r--r-- | Source/Core/VideoBackends/Software/SetupUnit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoBackends/Software/SetupUnit.cpp b/Source/Core/VideoBackends/Software/SetupUnit.cpp index 4a4600fab4..589d404552 100644 --- a/Source/Core/VideoBackends/Software/SetupUnit.cpp +++ b/Source/Core/VideoBackends/Software/SetupUnit.cpp @@ -37,7 +37,7 @@ void SetupUnit::SetupVertex() SetupQuad(); break; case OpcodeDecoder::GX_DRAW_QUADS_2: - WARN_LOG(VIDEO, "Non-standard primitive drawing command GL_DRAW_QUADS_2"); + WARN_LOG_FMT(VIDEO, "Non-standard primitive drawing command GL_DRAW_QUADS_2"); SetupQuad(); break; case OpcodeDecoder::GX_DRAW_TRIANGLES: |
