summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerEmu
AgeCommit message (Expand)Author
2022-07-07Merge pull request #9147 from jordan-woyak/imu-accel-weight-settingAdmiral H. Curtiss
2022-07-05Merge pull request #10712 from tellowkrinkle/ControllerLocksAdmiral H. Curtiss
2022-06-26DolphinQt: Don't show the advanced input settings on the main dialog.Jordan Woyak
2022-06-26ControllerEmu: Allow settings to be categorized as "advanced". Make "Virtual ...Jordan Woyak
2022-06-26ControllerEmu: Expose gate size setting for octagon analog sticks.Jordan Woyak
2022-06-13WiimoteEmu: Expose IMU pointing accelerometer weight setting.Jordan Woyak
2022-05-31InputCommon/ControllerEmu: Use more locksTellowKrinkle
2022-01-04InputCommon: Use value of "Modifier" button "Range" setting rather than alway...Jordan Woyak
2021-12-23ControllerEmu: Hide the cursor if the input gate is disabledPokechu22
2021-11-20ControllerInterface: fix UpdateReferences() deadlockFiloppi
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-05-24Expose Control Expression variables to mappings UIFiloppi
2021-05-19IMUGyroscope: make GetState update optional (on by default), fix const, clean...Filoppi
2021-05-19InputCommon: improve code that returns a controller attachment indexFiloppi
2021-05-19IMUAccelerometer: consistency of BoundCount checksFiloppi
2021-05-14Merge pull request #9688 from Filoppi/input_cleanupScott Mansell
2021-05-12StickGate: add custom clamp valueFiloppi
2021-05-12InputCommon: clamp the attachment setting max to its actual enum maxFiloppi
2021-05-12Add mixed comments to input code, make some tooltip clearerFiloppi
2021-05-12InputCommon: fix serialization of control expression with line breaksFiloppi
2021-05-10InputCommon: follow coding conventions and rename GetState() to UpdateState()Filoppi
2021-05-10InputCommon: add a ton of missing constsFiloppi
2021-03-17InputCommon: Allow for partial gyro mapping; for Free Look, this allows you t...iwubcode
2021-02-27InputCommon: reduce number of image loads and texture cache invalidations by ...iwubcode
2021-01-27rename InputCommon/ControllerInterface/Device to CoreDeviceShawn Hoffman
2021-01-05Fix a couple of typosFilippo Tarpini
2020-11-17Remove a redundant i18n commentJosJuice
2020-11-03Virtual Notch settings and UI for octagonal stickNick Michael
2020-10-20Merge pull request #9142 from jordan-woyak/expose-fovLéo Lam
2020-10-20Merge pull request #8318 from iwubcode/dynamic_input_texturesLéo Lam
2020-10-20Merge pull request #9096 from jordan-woyak/calibration-cleanupLéo Lam
2020-10-19WiimoteEmu: Tweak IMUCursor total yaw setting tool-tip.Jordan Woyak
2020-10-03InputCommon: Introducing the "Dynamic Input Texture". Configuration links an...iwubcode
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-09-19ControllerEmu: Improve and simplify UpdateCalibrationData.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