From 23a8baa6057c67298f68c6c5d65c177642125212 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Mon, 9 Nov 2020 03:13:59 -0500 Subject: Software: Migrate logging over to fmt Migrates the software backend over to the fmt-capable logger. --- Source/Core/VideoBackends/Software/SetupUnit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/VideoBackends/Software/SetupUnit.cpp') 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: -- cgit v1.2.3