dolphin/Source/Core/InputCommon/ControllerEmu/ControlGroup
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
..
AnalogStick.cpp Virtual Notch settings and UI for octagonal stick 2020-11-03 22:06:27 +00:00
AnalogStick.h rename InputCommon/ControllerInterface/Device to CoreDevice 2021-01-27 14:29:48 -08:00
Attachments.cpp InputCommon: Allow Wii remote extension to be set with an input expression. 2020-02-08 16:03:13 -06:00
Attachments.h InputCommon: Allow Wii remote extension to be set with an input expression. 2020-02-08 16:03:13 -06:00
Buttons.cpp ControllerEmu: Killed the Buttons group threshold setting. 2018-12-31 08:35:31 -06:00
Buttons.h InputCommon: Eliminate some duplicated button threshold logic. 2020-02-09 10:37:18 -06:00
ControlGroup.cpp InputCommon: fix serialization of control expression with line breaks 2021-05-12 18:25:56 +03:00
ControlGroup.h Virtual Notch settings and UI for octagonal stick 2020-11-03 22:06:27 +00:00
Cursor.cpp ControllerEmu: Increase Total Yaw/Pitch default values to compensate for new FOV and to reach screen edges in the Wii Menu. 2020-09-28 18:09:34 -05:00
Cursor.h rename InputCommon/ControllerInterface/Device to CoreDevice 2021-01-27 14:29:48 -08:00
Force.cpp InputCommon: Clean up creation of inputs. 2020-02-09 19:08:26 -06:00
Force.h WiimoteEmu: Improve emulated swing. 2019-04-23 19:02:41 -05:00
IMUAccelerometer.cpp Fix various -Wshadow warnings 2020-08-08 21:45:03 +01:00
IMUAccelerometer.h InputCommon/IMU*: Remove unnecessary includes 2019-11-22 15:41:38 -05:00
IMUCursor.cpp WiimoteEmu: Tweak IMUCursor total yaw setting tool-tip. 2020-10-19 17:08:02 -05:00
IMUCursor.h rename InputCommon/ControllerInterface/Device to CoreDevice 2021-01-27 14:29:48 -08:00
IMUGyroscope.cpp InputCommon: Allow for partial gyro mapping; for Free Look, this allows you to only pitch or only yaw 2021-03-17 20:58:33 -05:00
IMUGyroscope.h InputCommon: Add calibration functionality to IMUGyroscope. 2020-02-17 15:57:43 -06:00
MixedTriggers.cpp DolphinQt: Clean up mapping indicator code and draw lines on "pixel centers". 2020-02-24 16:26:26 -06:00
MixedTriggers.h rename InputCommon/ControllerInterface/Device to CoreDevice 2021-01-27 14:29:48 -08:00
ModifySettingsButton.cpp InputCommon: Clean up creation of inputs. 2020-02-09 19:08:26 -06:00
ModifySettingsButton.h ControllerEmu: Separate ControlGroup from ControllerEmu 2017-02-09 18:18:52 -05:00
Slider.cpp InputCommon: Clean up creation of inputs. 2020-02-09 19:08:26 -06:00
Slider.h rename InputCommon/ControllerInterface/Device to CoreDevice 2021-01-27 14:29:48 -08:00
Tilt.cpp InputCommon: Clean up creation of inputs. 2020-02-09 19:08:26 -06:00
Tilt.h rename InputCommon/ControllerInterface/Device to CoreDevice 2021-01-27 14:29:48 -08:00
Triggers.cpp InputCommon: Eliminate some duplicated button threshold logic. 2020-02-09 10:37:18 -06:00
Triggers.h rename InputCommon/ControllerInterface/Device to CoreDevice 2021-01-27 14:29:48 -08:00