mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-22 01:02:51 -04:00
The check only happened if `USE_VTUNE` wasn't defined, and in that case
it was immediately followed by the same check again.
The check used to avoid an unnecessary call to `StringFromFormatV` in
certain circumstances, but that call was removed in
be81fe86e1.