dolphin/Source/Core/InputCommon/ControllerEmu
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
..
Control InputCommon: Clean up creation of inputs. 2020-02-09 19:08:26 -06:00
ControlGroup InputCommon: fix serialization of control expression with line breaks 2021-05-12 18:25:56 +03:00
Setting InputCommon: fix serialization of control expression with line breaks 2021-05-12 18:25:56 +03:00
ControllerEmu.cpp InputCommon: reduce number of image loads and texture cache invalidations by only running dynamic input textures once for all controllers 2021-02-27 17:29:48 -06:00
ControllerEmu.h InputCommon: reduce number of image loads and texture cache invalidations by only running dynamic input textures once for all controllers 2021-02-27 17:29:48 -06:00
StickGate.cpp Virtual Notch settings and UI for octagonal stick 2020-11-03 22:06:27 +00:00
StickGate.h Virtual Notch settings and UI for octagonal stick 2020-11-03 22:06:27 +00:00