summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/DualShockUDPClient
AgeCommit message (Expand)Author
2026-03-01DSU: Don't crash on bad hostnameTellowKrinkle
2026-01-25Remove unused importsMartino Fontana
2026-01-17Fix various typos and spelling mistakesSintendo
2025-05-01Make overriding explicit and remove redundant virtual specifiers on overridin...Dr. Dystopia
2025-02-25Migrate to SFML>=3.0.0Joshua Vandaële
2023-12-18Input: Improve Controller Interface devices threadingFiloppi
2023-08-17Use structs for config callback IDsJosJuice
2023-02-15ControllerInterface: Fix uninitialized variables in DualShockUDPClientPokechu22
2022-11-01ControllerInterface: DSU InputBackend implementation.Jordan Woyak
2022-04-03ControllerInterface: Update sort priorities.Jordan Woyak
2022-01-01Replace remaining uses of zlib crc32 with Common/Hash.hPokechu22
2021-12-05InputCommon: fix default input config default device not being loaded/foundFiloppi
2021-10-13Fix all uninitialized variable warnings (C26495)Pokechu22
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-06-07ControllerInterface: fix DSU thread safety and use PlatformPopulateDevices()Filoppi
2021-06-07ControllerInterface: devices population is now async so implement devices sor...Filoppi
2021-05-31ControllerInterface: make DSU inputs start from resting pose instead of 0. Ad...Filoppi
2021-05-31ControllerInterface: DSU polish: avoid hanging host thread, add disconnection...Filoppi
2021-05-31ControllerInterface: fix DSU using the same client uid between server and con...Filoppi
2021-05-05InputCommon: replace SerialInterface log with ControllerInterfaceFiloppi
2021-03-05InputCommon: instead of blocking on individual DSU server sockets, block on a...iwubcode
2021-02-26Common: don't call OnConfigChanged() unless it has actually changedFiloppi
2021-01-03Fix DualShockUDP not adding/removing devices correctlyFilippo Tarpini
2020-10-23InputCommon: Migrate logging over to fmtLioncash
2020-07-17DolphinQt / InputCommon - add DSU string validator to avoid crashes, limited ...iwubcode
2020-07-17DolphinQt / InputCommon: Support multiple DSU serversiwubcode
2020-05-02Remove redundant Config prefix from ConfigInfo/ConfigLocationLéo Lam
2020-02-22InputCommon: Constify Device::Input::IsDetectable function.Jordan Woyak
2020-01-13ControllerInterface/DSUClient: Eliminate m_accl/m_gyro state by accessing the...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
2019-12-23DualShockUDPClient: downgrade spurious NOTICE_LOGsPierre Bourdon
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-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-09InputCommon: Detect when evdev exposes acceleration/gyroscope data.Jordan Woyak
2019-10-27Rename all instances of "CemuhookUDPServer"/"UDPServer" to "DualShockUDPClien...rlnilsen