mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-23 18:40:15 +00:00
In StringUtil.h, the lambdas wrapping `Common::ToLower(char)` and `Common::ToUpper(char)` were only necessary due to the function names being overloaded.