mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 22:56:52 +01:00

fmt diverges from printf in that '.' as a precision specifier may only be used for floating-point values (makes sense, given it's indicating precision after the decimal point).