mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-28 20:00:56 -04:00
In StringUtil.h, the lambdas wrapping `Common::ToLower(char)` and `Common::ToUpper(char)` were only necessary due to the function names being overloaded.