summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/GCAdapter.cpp
AgeCommit message (Expand)Author
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
2016-01-05Move SI_GCAdapter over to InputCommonRyan Houdek