summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerEmu
AgeCommit message (Expand)Author
2020-09-28ControllerEmu: Increase "IMUPointer" "Total Yaw" default value to match that ...Jordan Woyak
2020-09-28ControllerEmu: Increase Total Yaw/Pitch default values to compensate for new ...Jordan Woyak
2020-08-08Fix various -Wshadow warningsTillmann Karras
2020-07-12Merge pull request #8936 from jordan-woyak/wiimote-extension-calibration-fixLC
2020-07-11WiimoteEmu: Allow writes of the i2c bus to play speaker data.Jordan Woyak
2020-07-11ControllerInterface/Wiimote: Provide fallback values for extensions with bad ...Jordan Woyak
2020-04-27Android: Use touch emulation of IR by defaultJosJuice
2020-02-25InputCommon: Specify ini value default when saving calibration "center".Jordan Woyak
2020-02-25InputCommon: Clamp calibration values within square shape.Jordan Woyak
2020-02-25InputCommon: RoundStickGate's ideal sample count can be 1.Jordan Woyak
2020-02-24DolphinQt: Clean up mapping indicator code and draw lines on "pixel centers".Jordan Woyak
2020-02-24InputCommon: Mark GetStateLock with [[nodiscard]] and fix discarding calls.Jordan Woyak
2020-02-17InputCommon: Add real Wii Remote support to ControllerInterface. Add option t...Jordan Woyak
2020-02-17InputCommon: Add types to ControllerEmu that represent raw controller inputs ...Jordan Woyak
2020-02-17InputCommon: Add calibration functionality to IMUGyroscope.Jordan Woyak
2020-02-17InputCommon: Add "Dead Zone" setting to raw gyro inputs.Jordan Woyak
2020-02-09InputCommon: Clean up creation of inputs.Jordan Woyak
2020-02-10Merge pull request #8624 from jordan-woyak/setting-expression-input-gateTilka
2020-02-09InputCommon: Only update setting expressions when the input gate is enabled.Jordan Woyak
2020-02-09InputCommon: Eliminate some duplicated button threshold logic.Jordan Woyak
2020-02-08InputCommon: Allow Wii remote extension to be set with an input expression.Jordan Woyak
2020-02-08InputCommon: Allow controller settings specified with input expresions.Jordan Woyak
2020-01-18InputCommon: List IMUAccelerometer's Up/Down inputs first for consistency.Jordan Woyak
2019-11-22Merge pull request #8485 from lioncash/imuJosJuice
2019-11-22InputCommon/IMU*: Remove unnecessary includesLioncash
2019-11-22InputCommon: Make use of fmt where applicableLioncash
2019-11-03Motion Input: Add "enable" checkbox for motion controlled cursor.rlnilsen
2019-11-03Input: Add optional "enable" setting to the ControlGroup class.rlnilsen
2019-10-30Merge pull request #8438 from JosJuice/tilt-tooltip-stringMat M
2019-10-28Change Wii Remote tilt tooltip string based on translator feedbackJosJuice
2019-10-26Add support for motion controllers via the CemuHook controller input protocol.rlnilsen
2019-10-17Merge pull request #7663 from jordan-woyak/expression-parser-improveJMC47
2019-10-16Merge pull request #8390 from jordan-woyak/wiimote-emu-tilt-fixAnthony
2019-10-15ControllerEmu: Clamp results of trigger/slider states to prevent integer over...Jordan Woyak
2019-10-11ControllerEmu: Don't clear expression variables on references update. Hotplug...Jordan Woyak
2019-10-11ExpressionParser: Clear expression variables on UpdateReferences call. I don'...Jordan Woyak
2019-10-11ExpressionParser: Renamed ControlFinder to ControlEnvironment. Added support ...Jordan Woyak
2019-10-06WiimoteEmu: Change default tilt angle to 85 degrees.Jordan Woyak
2019-10-06WiimoteEmu: Expose maximum tilt acceleration.Jordan Woyak
2019-06-10Added key for relative inputMatthew Foulds
2019-05-20Merge pull request #7992 from artemist/centeringLéo Lam
2019-05-18ControllerEmu: Add support for setting the center of a ReshapableInputArtemis Tosini
2019-05-14Merge pull request #8087 from spycrab/cmake_win2019spycrab
2019-05-08WiimoteEmu/DolphinQt: Rename "IR" to "Point" and eliminate redundant Forward/...Jordan Woyak
2019-05-08InputCommon/ControlGroup.h: Add missing includespycrab
2019-05-04Replace MathUtil::Clamp with std::clampLéo Lam
2019-05-01WiimoteEmu/DolphinQt: Better extension display names.Jordan Woyak
2019-04-29InputCommon: Remove unused "sign" macro.Jordan Woyak
2019-04-27InputCommon: Make sure setting values are initialized in case they are used b...Jordan Woyak
2019-04-23WiimoteEmu: Improve emulated swing.Jordan Woyak