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
/
GCAdapter.cpp
Age
Commit message (
Expand
)
Author
2018-04-12
Reformat all the things!
spycrab
2017-09-13
Add Core::State::Starting
Michael M
2017-08-02
Send rumble data to the adapter on a separate thread
Hannes Mann
2017-06-07
do not assign in conditional statements
Shawn Hoffman
2017-04-03
Core: Hide determinism global
Lioncash
2017-03-26
Revert "Use a single libusb context"
Léo Lam
2017-03-16
SI: Namespace device classes
Lioncash
2017-03-16
SI: Move MAX_SI_CHANNELS into the SerialInterface namespace
Lioncash
2017-02-07
Move libusb context initialization to on first use
Léo Lam
2017-02-07
Merge pull request #4408 from leoetlino/usb
Matthew Parlane
2017-02-05
Core: Convert State enum into an enum class
Lioncash
2017-02-05
Use a single libusb context
Léo Lam
2017-01-20
Core: Move SI source files to their own directory
Lioncash
2017-01-17
InputCommon: Fix FreeBSD 11 libusb incompatibilities
Jeffrey Pfau
2016-10-01
Reorganise a ton of logs level
aldelaro5
2016-08-01
GCAdapter: Return input state by value
Lioncash
2016-07-05
Use g_want_determinism in code added by 8f0cbef
JosJuice
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2016-05-19
Merge pull request #3805 from mathieui/gcadapter-unplug-crash
Markus Wick
2016-05-19
GCAdapter: protect some more functions
mathieui
2016-05-18
GCAdapter: improve thread safety
mathieui
2016-05-12
Disable part of the adapter features for netplay
mathieui
2016-01-24
Fix a bug in GCAdapter
mathieui
2016-01-20
Allow multiple GC adapters on one PC to be used with multiple Dolphin instances.
Ryan Houdek
2016-01-06
Add a stubbed GCAdapter namespace.
Ryan Houdek
2016-01-06
Fixup typo in GCAdapter
Ryan Houdek
2016-01-05
Make the Wii U Gamecube adapter work with less magic.
Ryan Houdek
2016-01-05
Move SI_GCAdapter over to InputCommon
Ryan Houdek