mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-16 04:09:39 +00:00
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 | ||