summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/GCAdapter.cpp
AgeCommit message (Expand)Author
2022-04-22GCAdapter: some macro cleanupShawn Hoffman
2022-04-22GCAdapter: set read/write thread namesShawn Hoffman
2022-03-27Remove unnecessary atomic usage in GCAdapter.cppnyanpasu64
2022-03-10GCAdapter: Defer initialization until MainWindow::InitControllersPokechu22
2022-01-08Config: Port SI device settings to new config system.Admiral H. Curtiss
2022-01-05Config: Port GC Adapter settings to new config system.Admiral H. Curtiss
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-06-07Lint: End of namespaceSepalani
2021-05-05InputCommon: replace SerialInterface log with ControllerInterfaceFiloppi
2020-10-23InputCommon: Migrate logging over to fmtLioncash
2020-07-18Use range loop (if possible)Filip Gawin
2020-07-09InputCommon/GCAdapter: Unbreak Mayflash GCAdapters by allowing libusb_control...Jordan Woyak
2020-07-07InputCommon/GCAdapter: Fix offbrand "GCAdapters" with a libusb_control_transf...Jordan Woyak
2020-05-10GCAdapter: add libusb error logging on reads/writesPierre Bourdon
2019-06-26Use separate libusb contexts to avoid thread safety issuesLéo Lam
2019-06-07Core/ConfigManager: Use forward declarations where applicableLioncash
2019-05-29GCAdapter: Handle dynamic status updates for non-hotplug libusbVincent Duvert
2019-05-29GCPadWiiUConfigDialog: Update the adapter state dynamicallyVincent Duvert
2019-05-29GCAdapter: Report libusb open errors to the userVincent Duvert
2019-05-29GCAdapter: Close libusb handle if an open error occursVincent Duvert
2019-05-27Move libusb utilities to LibusbUtilsLéo Lam
2019-03-29HW/SI: GCAdapter calibration fix.Jordan Woyak
2019-01-16Flatten GCAdapter functionEmmanuel Gil Peyrot
2018-04-12Reformat all the things!spycrab
2017-09-13Add Core::State::StartingMichael M
2017-08-02Send rumble data to the adapter on a separate threadHannes Mann
2017-06-07do not assign in conditional statementsShawn Hoffman
2017-04-03Core: Hide determinism globalLioncash
2017-03-26Revert "Use a single libusb context"Léo Lam
2017-03-16SI: Namespace device classesLioncash
2017-03-16SI: Move MAX_SI_CHANNELS into the SerialInterface namespaceLioncash
2017-02-07Move libusb context initialization to on first useLéo Lam
2017-02-07Merge pull request #4408 from leoetlino/usbMatthew Parlane
2017-02-05Core: Convert State enum into an enum classLioncash
2017-02-05Use a single libusb contextLéo Lam
2017-01-20Core: Move SI source files to their own directoryLioncash
2017-01-17InputCommon: Fix FreeBSD 11 libusb incompatibilitiesJeffrey Pfau
2016-10-01Reorganise a ton of logs levelaldelaro5
2016-08-01GCAdapter: Return input state by valueLioncash
2016-07-05Use g_want_determinism in code added by 8f0cbefJosJuice
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-05-19Merge pull request #3805 from mathieui/gcadapter-unplug-crashMarkus Wick
2016-05-19GCAdapter: protect some more functionsmathieui
2016-05-18GCAdapter: improve thread safetymathieui
2016-05-12Disable part of the adapter features for netplaymathieui
2016-01-24Fix a bug in GCAdaptermathieui
2016-01-20Allow multiple GC adapters on one PC to be used with multiple Dolphin instances.Ryan Houdek
2016-01-06Add a stubbed GCAdapter namespace.Ryan Houdek
2016-01-06Fixup typo in GCAdapterRyan Houdek
2016-01-05Make the Wii U Gamecube adapter work with less magic.Ryan Houdek