index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
InputCommon
/
ControllerInterface
/
DualShockUDPClient
Age
Commit message (
Expand
)
Author
2026-03-01
DSU: Don't crash on bad hostname
TellowKrinkle
2026-01-25
Remove unused imports
Martino Fontana
2026-01-17
Fix various typos and spelling mistakes
Sintendo
2025-05-01
Make overriding explicit and remove redundant virtual specifiers on overridin...
Dr. Dystopia
2025-02-25
Migrate to SFML>=3.0.0
Joshua Vandaële
2023-12-18
Input: Improve Controller Interface devices threading
Filoppi
2023-08-17
Use structs for config callback IDs
JosJuice
2023-02-15
ControllerInterface: Fix uninitialized variables in DualShockUDPClient
Pokechu22
2022-11-01
ControllerInterface: DSU InputBackend implementation.
Jordan Woyak
2022-04-03
ControllerInterface: Update sort priorities.
Jordan Woyak
2022-01-01
Replace remaining uses of zlib crc32 with Common/Hash.h
Pokechu22
2021-12-05
InputCommon: fix default input config default device not being loaded/found
Filoppi
2021-10-13
Fix all uninitialized variable warnings (C26495)
Pokechu22
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-06-07
ControllerInterface: fix DSU thread safety and use PlatformPopulateDevices()
Filoppi
2021-06-07
ControllerInterface: devices population is now async so implement devices sor...
Filoppi
2021-05-31
ControllerInterface: make DSU inputs start from resting pose instead of 0. Ad...
Filoppi
2021-05-31
ControllerInterface: DSU polish: avoid hanging host thread, add disconnection...
Filoppi
2021-05-31
ControllerInterface: fix DSU using the same client uid between server and con...
Filoppi
2021-05-05
InputCommon: replace SerialInterface log with ControllerInterface
Filoppi
2021-03-05
InputCommon: instead of blocking on individual DSU server sockets, block on a...
iwubcode
2021-02-26
Common: don't call OnConfigChanged() unless it has actually changed
Filoppi
2021-01-03
Fix DualShockUDP not adding/removing devices correctly
Filippo Tarpini
2020-10-23
InputCommon: Migrate logging over to fmt
Lioncash
2020-07-17
DolphinQt / InputCommon - add DSU string validator to avoid crashes, limited ...
iwubcode
2020-07-17
DolphinQt / InputCommon: Support multiple DSU servers
iwubcode
2020-05-02
Remove redundant Config prefix from ConfigInfo/ConfigLocation
Léo Lam
2020-02-22
InputCommon: Constify Device::Input::IsDetectable function.
Jordan Woyak
2020-01-13
ControllerInterface/DSUClient: Eliminate m_accl/m_gyro state by accessing the...
Jordan Woyak
2020-01-13
ControllerInterface: Minor DSU client device cleanups.
Jordan Woyak
2020-01-13
ControllerInterface: Exposse DSU client battery level as an input.
Jordan Woyak
2019-12-23
DualShockUDPClient: downgrade spurious NOTICE_LOGs
Pierre Bourdon
2019-11-22
InputCommon/DualShockUDPClient: Use an alias for the clock type
Lioncash
2019-11-22
InputCommon/DualShockUDPClient: Use deduction guides for lock_guard
Lioncash
2019-11-22
InputCommon/DualShockUDPClient: Make use of std::array where applicable
Lioncash
2019-11-22
InputCommon/DualShockUDPClient: Relocate settings to top of source file
Lioncash
2019-11-22
InputCommon/DualShockUDPClient: In-class initialize members where applicable
Lioncash
2019-11-22
InputCommon/DualShockUDPClient: Add missing header guard
Lioncash
2019-11-09
InputCommon: Detect when evdev exposes acceleration/gyroscope data.
Jordan Woyak
2019-10-27
Rename all instances of "CemuhookUDPServer"/"UDPServer" to "DualShockUDPClien...
rlnilsen