summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon
AgeCommit message (Expand)Author
2016-06-22analytics: Collect less data about controllers.Scott Mansell
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-04-23XInput: Apply Rumble/Motor output only on changes (again)mimimi085181
2016-02-13Improve stability of the Wii U Gamecube Controller adapter under Android.Ryan Houdek
2016-02-06Merge pull request #3595 from Sonicadvance1/Android_headlessRyan Houdek
2016-02-05normalize and check upper/lower bounds of hats input on OS XNick Tiberi
2016-02-05Use cmake to determine if we are enabling the Android Controller InterfaceRyan Houdek
2016-01-29Merge pull request #3553 from Sonicadvance1/more_android_gc_adapterRyan Houdek
2016-01-27Implement requesting permission for using the GC Wii U Adapter.Ryan Houdek
2016-01-24Fix a bug in GCAdaptermathieui
2016-01-23Fix a bug in GCAdapter_Android where the payload size would end up being craz...Ryan Houdek
2016-01-21Merge pull request #3538 from mathieui/pipes_localePierre Bourdon
2016-01-20[Pipe input] Make the commands locale-unawaremathieui
2016-01-20Allow multiple GC adapters on one PC to be used with multiple Dolphin instances.Ryan Houdek
2016-01-13HW: Remove unnecessary header inclusionsLioncash
2016-01-10Comment change to reflect what code doesbooto
2016-01-06Move Android JNI bits from DolphinWX to the Android folder.Ryan Houdek
2016-01-06[Android] Add support for the Wii U Gamecube adapter under Android.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-05Add two missing values that can fit in GCPadStatusRyan Houdek
2016-01-05Move SI_GCAdapter over to InputCommonRyan Houdek
2016-01-04Android: More analog input configurationsPhatcat
2015-12-24Ignored the mouse position unless the cursor is over the Dolphin window.skidau
2015-12-02Merge pull request #3253 from Phatcat/masterMarkus Wick
2015-12-02Wiimote + Extensions for AndroidPhatcat
2015-11-19InputConfig: Clean up controller managementLioncash
2015-11-03Fix some bugs in Pipe input parsing.spxtr
2015-10-28Merge pull request #3170 from spxtr/pipesLioncash
2015-10-24GC controller input using named pipesspxtr
2015-10-06Added some headers to allow Dolphin to compile in my environment.catzilla4
2015-10-03Merge pull request #3128 from lioncash/uniqueshuffle2
2015-10-03Merge pull request #3113 from lioncash/inputshuffle2
2015-10-03ControllerEmu: Use make_unique over raw newLioncash
2015-10-03Merge pull request #3102 from rohit-n/build-pchLioncash
2015-10-02InputCommon: Use NSNumber numeric literals in Obj-C codeLioncash
2015-10-01InputCommon: Get rid of multiple identical define macrosLioncash
2015-09-28Fix building with PCH disabled.Rohit Nirmal
2015-09-26Common: Move asserts to their own headerLioncash
2015-09-17ControllerInterface: Fix -Winconsistent-missing-override warnings on OSXLioncash
2015-09-12Use official names for GameCube controller sticksJosJuice
2015-09-09ExpressionParser: Make all control paths return a value in operator std::stringLioncash
2015-09-05Add missing override specifiersLioncash
2015-09-05General: Remove unimplemented function prototypesLioncash
2015-09-03[windows] Update projects to vs2015.Shawn Hoffman
2015-09-01Merge pull request #2774 from AdmiralCurtiss/wiimote-extension-reconnect-on-b...flacs