mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-07-26 16:54:12 +02:00
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.