dolphin/Source/Core/InputCommon/ControllerEmu/Setting
Filoppi 574477866f InputCommon: fix serialization of control expression with line breaks
The control expression editor allows line breaks, but the serialization was
losing anything after the first line break (/r /n).
Instead of opting to encode them and decode them on serialization
(which I tried but was not safe, as it would lose /n written in the string by users),
I opted to replace them with a space.
2021-05-12 18:25:56 +03:00
..
NumericSetting.cpp InputCommon: Allow Wii remote extension to be set with an input expression. 2020-02-08 16:03:13 -06:00
NumericSetting.h InputCommon: fix serialization of control expression with line breaks 2021-05-12 18:25:56 +03:00