diff --git a/src/graphic/Fast3D/gfx_pc.cpp b/src/graphic/Fast3D/gfx_pc.cpp index d1ad31aff..a8c063458 100644 --- a/src/graphic/Fast3D/gfx_pc.cpp +++ b/src/graphic/Fast3D/gfx_pc.cpp @@ -4012,11 +4012,11 @@ static void gfx_step() { #ifdef USE_GBI_TRACE if (cmd->words.trace.valid && CVarGetInteger("gEnableGFXTrace", 0)) { #define TRACE "\n====================================\n" \ - " - CMD: {:02X}\n" \ - " - Path: {}:{}\n" \ - " - W0: {:08X}\n" \ - " - W1: {:08X}\n" \ - "====================================" + " - CMD: {:02X}\n" \ + " - Path: {}:{}\n" \ + " - W0: {:08X}\n" \ + " - W1: {:08X}\n" \ + "====================================" SPDLOG_INFO(TRACE, (uint8_t) opcode, cmd->words.trace.file, cmd->words.trace.idx, cmd->words.w0, cmd->words.w1); } #endif