summaryrefslogtreecommitdiff
path: root/Source/Core/Common/FileUtil.cpp
diff options
context:
space:
mode:
authorFilippo Tarpini <filippotarpini@hotmail.it>2021-08-03 00:04:22 +0300
committerGitHub <noreply@github.com>2021-08-03 00:04:22 +0300
commita99932da1258a3793ddc06a53b54b927c989de4a (patch)
treea9c71e172efd3a149c1ba3044646207d0ca9ea9a /Source/Core/Common/FileUtil.cpp
parent4b022a4bb15b4ac9f2c48f7116e44753a9787645 (diff)
Preserve spaces in mapping preview of control names
PR https://github.com/dolphin-emu/dolphin/pull/9700 removed spaces from within control names, which some user complained about, and their point of view is kind of understandable: https://bugs.dolphin-emu.org/issues/12605 with this change, only spaces outside (between) control names are trimmed, which are the ones we wanted to trim in the first place. This will still retain the major advantages from 9700. Basically, "`Button 1` + `Button 2`" was showing as "`Button1`+`Button2`", while it will now show as "`Button 1`+`Button 2`".
Diffstat (limited to 'Source/Core/Common/FileUtil.cpp')
0 files changed, 0 insertions, 0 deletions