diff options
| author | Filoppi <filippotarpini@hotmail.it> | 2021-05-11 16:30:29 +0300 |
|---|---|---|
| committer | Filoppi <filippotarpini@hotmail.it> | 2021-05-12 18:25:56 +0300 |
| commit | 574477866fe3e82a87214848d3d4b505535f2d3b (patch) | |
| tree | ec9a72016dbc420cd200ad7c8c2a9bb571eefc4f /Source/Core/VideoCommon/RenderBase.cpp | |
| parent | eb5cd9be78c76b9ccbab9e5fbd1721ef6876cd68 (diff) | |
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.
Diffstat (limited to 'Source/Core/VideoCommon/RenderBase.cpp')
0 files changed, 0 insertions, 0 deletions
