summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon
AgeCommit message (Expand)Author
2020-02-08InputCommon: Allow controller settings specified with input expresions.Jordan Woyak
2020-02-02Merge pull request #8592 from phcoder/devidLéo Lam
2020-02-01Merge pull request #8478 from jordan-woyak/dsu-client-cleanupConnor McLaughlin
2020-01-29ButtonManager: Fix handling of empty device id.Vladimir Serbinenko
2020-01-24InputCommon: Make "Cursor" inputs aware of the rendered aspect ratio.Jordan Woyak
2020-01-18InputCommon: List IMUAccelerometer's Up/Down inputs first for consistency.Jordan Woyak
2020-01-13ControllerInterface/DSUClient: Eliminate m_accl/m_gyro state by accessing the...Jordan Woyak
2020-01-13Merge pull request #8474 from jordan-woyak/dsu-batteryJMC47
2020-01-13ControllerInterface: Remove and re-add device when combining nodes.Jordan Woyak
2020-01-13ControllerInterface: Don't consider the empty string a valid unique ID.Jordan Woyak
2020-01-13ControllerInterface: Combine evdev devices with the same unique ID.Jordan Woyak
2020-01-13ControllerInterface: Minor DSU client device cleanups.Jordan Woyak
2020-01-13ControllerInterface: Exposse DSU client battery level as an input.Jordan Woyak
2020-01-07Fix trailing whitespaceScott Mansell
2020-01-07Document the evdev "interesting" heuristic Scott Mansell
2019-12-29InputConfig::LoadConfig(): Convert num[] to an array of std::string_view.David Korth
2019-12-28Add an ARM64 target to Visual Studio projectsStenzek
2019-12-23DualShockUDPClient: downgrade spurious NOTICE_LOGsPierre Bourdon
2019-11-30Update VS projects/solutions to VS2019Stenzek
2019-11-28InputCommon: Decouple ButtonManager and Touchscreen from AndroidOatmealDome
2019-11-27Merge pull request #8439 from JosJuice/android-native-motion-controlsAnthony
2019-11-24Merge pull request #8486 from lioncash/dualshockLéo Lam
2019-11-22InputCommon/DualShockUDPClient: Use an alias for the clock typeLioncash
2019-11-22InputCommon/DualShockUDPClient: Use deduction guides for lock_guardLioncash
2019-11-22InputCommon/DualShockUDPClient: Make use of std::array where applicableLioncash
2019-11-22Merge pull request #8485 from lioncash/imuJosJuice
2019-11-22Merge pull request #8484 from lioncash/input-funcJosJuice
2019-11-22InputCommon/DualShockUDPClient: Relocate settings to top of source fileLioncash
2019-11-22InputCommon/DualShockUDPClient: In-class initialize members where applicableLioncash
2019-11-22InputCommon/DualShockUDPClient: Add missing header guardLioncash
2019-11-22InputCommon/IMU*: Remove unnecessary includesLioncash
2019-11-22InputCommon/FunctionExpression: Use Yoda conditions, we do notLioncash
2019-11-22InputCommon/FunctionExpression: Remove unnecessary 'else' in MakeFunctionExpr...Lioncash
2019-11-22InputCommon/FunctionExpression: Make MakeFunctionExpression() take a std::str...Lioncash
2019-11-22InputCommon/FunctionExpression: Remove unused LOOP_MAX_REPS constantLioncash
2019-11-22InputCommon/FunctionExpression: Remove cyclical includeLioncash
2019-11-22InputCommon/FunctionExpression: Collapse namespacesLioncash
2019-11-22InputCommon/FunctionExpression: include <algorithm>Lioncash
2019-11-22InputCommon: Make use of fmt where applicableLioncash
2019-11-20Android: Let WiimoteEmu know whether we have accelerometer/gyroscopeJosJuice
2019-11-20Android: Native motion controlsJosJuice
2019-11-15Merge pull request #8440 from rlnilsen/motion-input-tweaksJosJuice
2019-11-11Merge pull request #8456 from jordan-woyak/input-gate-race-fixConnor McLaughlin
2019-11-10evdev: fix bad integer division.Jordan Woyak
2019-11-09InputCommon: Detect when evdev exposes acceleration/gyroscope data.Jordan Woyak
2019-11-06InputCommon: Make the "input gate" not racey.Jordan Woyak
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-28Merge pull request #8352 from rlnilsen/motion-controller-support-via-cemuhook...Pierre Bourdon