externals: Update fmt. (#7015)

This commit is contained in:
Steveice10
2023-09-27 03:29:13 -07:00
committed by GitHub
parent d0b8974845
commit 327a00b4d5
7 changed files with 26 additions and 24 deletions

View File

@@ -186,7 +186,7 @@ struct Regs {
return fmt::format("from {:#x} to {:#x} with {} scaling and stride {}, width {}",
GetPhysicalInputAddress(), GetPhysicalOutputAddress(),
scaling == NoScale ? "no" : (scaling == ScaleX ? "X" : "XY"),
input_width, output_width);
input_width.Value(), output_width.Value());
}
union {