mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-07-12 01:54:26 +02:00
e97b1cd759
This change was causing some issues: > Made FMT_STRING a no-op when FMT_USE_CONSTEVAL is enabled, since the consteval format-string constructor already provides compile-time validation (#4611, #4612). Thanks @friedkeenan.