mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-20 17:52:00 -05:00
9be5fe5996
The CMake Windows build was broken because of me adding a usage of std::codecvt_utf8_utf16 to StringUtil.cpp. Kinda silly to have a warning for an API with no standard replacement available...