summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon
AgeCommit message (Expand)Author
2026-05-06Unconditionally lock in ControllerInterface::UpdateInput.Vlad Firoiu
2026-04-25GCAdapter: Fix data racesDentomologist
2026-04-24Merge pull request #14608 from JosJuice/gcadapter-auto-startDentomologist
2026-04-18GCAdapter: Automatically start and stop threadJosJuice
2026-04-17Improve usage of std::move and const references parametersMartino Fontana
2026-03-18Merge pull request #14237 from JulienBernard3383279/gcc-adapter-hotswapJordan Woyak
2026-03-01DSU: Don't crash on bad hostnameTellowKrinkle
2026-02-25Send neutral stick positions when disconnected rather than down-leftJulien Bernard
2026-02-25Gcc adapter fixes (hotplugging, claim retries, shutdown, bad yields)Julien Bernard
2026-02-20Merge pull request #14335 from TixoRebel/joycon-configJMC47
2026-02-20Add new window to configure SDL hints and store them in the main ini fileAndrew Strauss
2026-02-15Added Triforce supportcrediar
2026-02-08Android: Rework input device hotplugJosJuice
2026-01-26InputConfig: Remove unused local variablesDentomologist
2026-01-25Remove unused importsMartino Fontana
2026-01-24Remove VectorToJStringArraySintendo
2026-01-24Clean includesSintendo
2026-01-24Common/FileSearch: Refactor DoFileSearchSintendo
2026-01-17Merge pull request #14289 from Sintendo/typosJMC47
2026-01-17Fix various typos and spelling mistakesSintendo
2026-01-07DInputKeyboardMouse: Always report all possible buttonsJoshua Vandaële
2025-12-22Merge pull request #14158 from jordan-woyak/gcadapter-poll-rate-displayJMC47
2025-12-09ControllerInterface: Turn off SDL's GameCube controller adapter handling when...Jordan Woyak
2025-11-29DITConfiguration: Prevent a crash if images fail to loadJoshua Vandaële
2025-11-23GCAdapter: Calculate poll rate for display in UI. It's currently updated ever...Jordan Woyak
2025-11-06Common: Remove the string parameters from the HookableEvent interface.Jordan Woyak
2025-11-05InputCommon: Make ControllerInterface RegisterDevicesChangedCallback use Comm...Jordan Woyak
2025-10-09Merge pull request #13963 from jordan-woyak/point-passthru-needs-bound-inputsJMC47
2025-10-04WiimoteEmu: Require IRPassthrough has any bound inputs to operate. Users get ...Jordan Woyak
2025-10-04Merge pull request #13752 from jordan-woyak/xlib-duplicate-key-namesAdmiral H. Curtiss
2025-09-30SDL: Disable DirectInput handling to work around hangs with the "8BitDo Ultim...Jordan Woyak
2025-09-30SDL: Name the hotplug thread.Jordan Woyak
2025-09-28Merge pull request #13260 from JosJuice/android-gcadapter-hotplug-callbackJMC47
2025-09-26Merge pull request #13961 from Sam-Belliveau/sdl-gamepad-profileJMC47
2025-09-24Prevent profiles with no device specification from resetting deviceSam Belliveau
2025-08-17ControllerInterface/SDL: Remove manual window message pumping on Windows.Jordan Woyak
2025-08-17ControllerInterface/SDL: Don't force SDL_HINT_JOYSTICK_THREAD.Jordan Woyak
2025-08-01Merge pull request #13177 from jordan-woyak/remove-nunchuk-haxAdmiral H. Curtiss
2025-07-30Merge pull request #13781 from Dentomologist/controllerinterface_fix_windows_...JosJuice
2025-07-27Revert "Android/GCAdapter: Don't join current thread"JosJuice
2025-07-27Android: Detect GCAdapter disconnection using BroadcastReceiverJosJuice
2025-07-27Android: Detect GCAdapter connection using BroadcastReceiverJosJuice
2025-07-27Android: Clean up naming in Java_GCAdapter and Java_WiimoteAdapterJosJuice
2025-07-24InputCommon/ControllerEmu: Fix saving of Wii Remote "Attach MotionPlus" setting.Jordan Woyak
2025-07-20Merge pull request #13674 from JosJuice/android-visualize-inputJordan Woyak
2025-07-12Merge pull request #13775 from jordan-woyak/sdl-gamepad-renameJordan Woyak
2025-07-12Fix various warningsJoshua Vandaële
2025-06-28ControllerInterface: Fix Windows deadlockDentomologist
2025-06-25InputCommon: Rename SDL input backend GameController to Gamepad.Jordan Woyak
2025-06-24Merge pull request #13694 from jordan-woyak/sdl3JMC47