summaryrefslogtreecommitdiff
path: root/src/input_common/gcadapter/gc_adapter.h
AgeCommit message (Expand)Author
2020-11-15input_common: Add VibrationDevice and VibrationDeviceFactoryMorph
2020-10-28Add hotplug, rumble and fix 3rd party adapters for the GC adaptergerman
2020-10-15input_common/CMakeLists: Make some warnings errorsLioncash
2020-09-18Add automap feature for GC adaptergerman
2020-09-07gc_adapter: Make DeviceConnected() a const member functionLioncash
2020-07-19Fix axis thresholding while pollingameerj
2020-07-16Refactor adapter codeAmeer
2020-07-14Rebase to masterAmeer
2020-07-14Fix crash if gc configured but adapter not connectedAmeer
2020-07-14Merge pull request #4314 from lioncash/input-warnbunnei
2020-07-13input_common: make libusb private to gc_adapterJan Beich
2020-07-12gc_adapter: Silence sign conversion warningsLioncash
2020-07-08Rebase to master, fix merge conflictsAmeer
2020-07-07Address PR feedback, fix axis button thresholdingAmeer
2020-07-07input_common/gcadapter: add missing C++11 header required by libc++Jan Beich
2020-07-06Save origin state of GC controller analog features, compare against origin fo...Ameer
2020-07-04Fix for always firing triggers on some controllers, trigger threshold more un...Ameer
2020-07-03Address lioncash feedback: Log formatting, extern const PadButtonArray, littl...Ameer
2020-07-01Reset adapter state on init, fixes errors relating driver hang from unexpecte...Ameer
2020-06-24padbutton enum class and struct initiailizationAmeer
2020-06-23cleanup check access, read, and factory GetNextInput funcs. Use size rather t...Ameer
2020-06-23Fix deallocation of GC AdapterAmeer
2020-06-22std::array and const reference passing of non-trivial objectsAmeer
2020-06-21shared_ptr for the GC adapter class, constexpr constantsAmeer
2020-06-21std::arrays where appropriate, clear q in adapter class, other touch upsAmeer
2020-06-21fix include threadAmeer
2020-06-21Singleton GC Adapter class, remove globals, fix naming conventionAmeer
2020-06-21Clang FormattingAmeer
2020-06-21GC Adapter ImplementationAmeer