summaryrefslogtreecommitdiffstats
path: root/src/input_common/gcadapter/gc_poller.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-11-25input_common: Rewrite gc_adaptergerman771-356/+0
2021-02-06Make settings controller image change with controller inputgerman1-0/+10
2020-12-27Allow to invert analog axis with right clickgerman1-7/+21
2020-11-24input_common: Fix typo in gc_poller.cpp with [[maybe_unused]].bunnei1-2/+2
2020-11-24input_common: Add more missing [[maybe_unused]] from #4927.bunnei1-1/+2
2020-11-22input_common: Treat warnings as errorsLioncash1-1/+0
2020-11-19Modify rumble amplificationgerman771-2/+2
2020-11-16input_common: Add VibrationDevice and VibrationDeviceFactoryMorph1-10/+40
2020-10-29Add hotplug, rumble and fix 3rd party adapters for the GC adaptergerman1-58/+70
2020-10-16input_common/CMakeLists: Make some warnings errorsLioncash1-23/+25
2020-09-07gc_adapter: Make DeviceConnected() a const member functionLioncash1-7/+7
2020-08-26input_common: Fix directional deadzone valuesMorph1-1/+1
2020-08-26Project Mjölnir: Part 1Morph1-1/+1
2020-08-26gc_poller: Resolve compilation warnings on MSVCLioncash1-3/+5
2020-08-10Remove UI changesameerj1-1/+1
2020-08-10Add range slider functionality for gc adapterameerj1-7/+7
2020-07-25gc_poller: Resolve -Wsign-compare warningLioncash1-1/+2
2020-07-25gc_poller: Resolve -Wredundant-move warningLioncash1-2/+1
2020-07-14Fix crash if gc configured but adapter not connectedAmeer1-12/+22
2020-07-12gc_poller: Mark GCButtonFactory::GetNextInput() as constLioncash1-1/+1
2020-07-12gc_poller: Get rid of undefined behavior in Create()Lioncash1-0/+4
2020-07-12gc_poller: Silence sign conversion warningsLioncash1-1/+1
2020-07-07Address PR feedback, fix axis button thresholdingAmeer1-12/+3
2020-07-07Brace the code! Fix compile error due to class member construction orderAmeer1-3/+4
2020-07-07Save origin state of GC controller analog features, compare against origin for input detectionAmeer1-4/+13
2020-07-03Address lioncash feedback: Log formatting, extern const PadButtonArray, little touch upsAmeer1-4/+5
2020-07-02Add LR triggers as axes, half press to initiate a press, add GC axis id in config, clarify some code blocks for better readabilityAmeer1-10/+22
2020-06-30Address feedback regarding increments, const vars, and general cleanupAmeer1-10/+7
2020-06-24padbutton enum class and struct initiailizationAmeer1-3/+4
2020-06-23cleanup check access, read, and factory GetNextInput funcs. Use size rather than magic numberAmeer1-56/+18
2020-06-22Tidy up the pointers, use pair over tuple where appropriateAmeer1-19/+17
2020-06-22shared_ptr for the GC adapter class, constexpr constantsAmeer1-12/+12
2020-06-22std::arrays where appropriate, clear q in adapter class, other touch upsAmeer1-15/+1
2020-06-22Singleton GC Adapter class, remove globals, fix naming conventionAmeer1-60/+65
2020-06-21Clang FormattingAmeer1-28/+28
2020-06-21GC Adapter ImplementationAmeer1-0/+310