dolphin/Source/Core
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
..
AudioCommon Replace uses of cassert with Common/Assert.h 2021-04-02 10:18:18 -07:00
Common InputCommon: fix serialization of control expression with line breaks 2021-05-12 18:25:56 +03:00
Core Merge pull request #9417 from Filoppi/input-1 2021-05-07 15:08:01 +02:00
DiscIO DiscIO: Use MathUtil::SaturatingCast 2021-04-06 23:27:23 +02:00
DolphinNoGUI Merge pull request #9417 from Filoppi/input-1 2021-05-07 15:08:01 +02:00
DolphinQt Merge pull request #9417 from Filoppi/input-1 2021-05-07 15:08:01 +02:00
InputCommon InputCommon: fix serialization of control expression with line breaks 2021-05-12 18:25:56 +03:00
MacUpdater Updater: Add code documentation Markdown file 2021-04-13 15:37:31 -07:00
UICommon Updater: Add code documentation Markdown file 2021-04-13 15:37:31 -07:00
UpdaterCommon Updater: Add code documentation Markdown file 2021-04-13 15:37:31 -07:00
VideoBackends Software: Fix OOB tex coord indices 2021-05-07 16:28:09 -07:00
VideoCommon Merge pull request #9694 from iwubcode/xfb-tcache-hash 2021-05-09 15:20:53 -04:00
WinUpdater Updater: Add code documentation Markdown file 2021-04-13 15:37:31 -07:00
CMakeLists.txt
DolphinLib.ARM64.props Implement ArmFPURoundMode.cpp 2021-04-25 15:56:19 +02:00
DolphinLib.props Change BitfieldExtract to use a pointer to the bitfield member 2021-05-07 15:11:17 -07:00
DolphinLib.vcxproj JitCommon: Signed 32-bit division magic constants 2021-03-07 18:27:36 +01:00
DolphinLib.vcxproj.user msbuild: bundle all dolphin "core" code into single library 2021-01-27 14:29:49 -08:00
DolphinLib.x64.props msbuild: bundle all dolphin "core" code into single library 2021-01-27 14:29:49 -08:00