Skip to content

Commit

Permalink
Fixed format
Browse files Browse the repository at this point in the history
  • Loading branch information
KiritoDv committed Dec 2, 2024
1 parent 4f26513 commit c0b82c5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/graphic/Fast3D/gfx_pc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c0b82c5

Please sign in to comment.