mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-02 19:12:47 +02:00
574477866f
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. |
||
---|---|---|
.. | ||
Control | ||
ControlGroup | ||
Setting | ||
ControllerEmu.cpp | ||
ControllerEmu.h | ||
StickGate.cpp | ||
StickGate.h |