aboutsummaryrefslogtreecommitdiff
path: root/src/input_common/gcadapter/gc_poller.cpp
AgeCommit message (Expand)Author
2021-11-24input_common: Rewrite gc_adaptergerman77
2021-02-06Make settings controller image change with controller inputgerman
2020-12-26Allow to invert analog axis with right clickgerman
2020-11-23input_common: Fix typo in gc_poller.cpp with [[maybe_unused]].bunnei
2020-11-23input_common: Add more missing [[maybe_unused]] from #4927.bunnei
2020-11-22input_common: Treat warnings as errorsLioncash
2020-11-19Modify rumble amplificationgerman77
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-07gc_adapter: Make DeviceConnected() a const member functionLioncash
2020-09-03Merge pull request #4583 from lioncash/truncbunnei
2020-08-26input_common: Fix directional deadzone valuesMorph
2020-08-26Project Mjölnir: Part 1Morph
2020-08-25gc_poller: Resolve compilation warnings on MSVCLioncash
2020-08-10Remove UI changesameerj
2020-08-10Add range slider functionality for gc adapterameerj
2020-07-25gc_poller: Resolve -Wsign-compare warningLioncash
2020-07-25gc_poller: Resolve -Wredundant-move warningLioncash
2020-07-14Rebase to masterAmeer
2020-07-14Fix crash if gc configured but adapter not connectedAmeer
2020-07-12gc_poller: Mark GCButtonFactory::GetNextInput() as constLioncash
2020-07-12gc_poller: Get rid of undefined behavior in Create()Lioncash
2020-07-12gc_poller: Silence sign conversion warningsLioncash
2020-07-07Address PR feedback, fix axis button thresholdingAmeer
2020-07-06Brace the code! Fix compile error due to class member construction orderAmeer
2020-07-06Save origin state of GC controller analog features, compare against origin fo...Ameer
2020-07-03Address lioncash feedback: Log formatting, extern const PadButtonArray, littl...Ameer
2020-07-02Add LR triggers as axes, half press to initiate a press, add GC axis id in co...Ameer
2020-06-30Address feedback regarding increments, const vars, and general cleanupAmeer
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-21Tidy up the pointers, use pair over tuple where appropriateAmeer
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-21Singleton GC Adapter class, remove globals, fix naming conventionAmeer
2020-06-21Clang FormattingAmeer
2020-06-21GC Adapter ImplementationAmeer