summaryrefslogtreecommitdiffstats
path: root/src/input_common/gcadapter/gc_poller.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-11-25input_common: Rewrite gc_adaptergerman771-78/+0
2020-11-16input_common: Add VibrationDevice and VibrationDeviceFactoryMorph1-0/+11
A vibration device is an input device that returns an unsigned byte as status. It represents whether the vibration device supports vibration or not. If the status returns 1, it supports vibration. Otherwise, it does not support vibration.
2020-07-12gc_poller: Mark GCButtonFactory::GetNextInput() as constLioncash1-1/+1
This doesn't modify class instance state.
2020-06-22Tidy up the pointers, use pair over tuple where appropriateAmeer1-2/+4
2020-06-22shared_ptr for the GC adapter class, constexpr constantsAmeer1-4/+4
2020-06-22std::arrays where appropriate, clear q in adapter class, other touch upsAmeer1-2/+2
2020-06-22Singleton GC Adapter class, remove globals, fix naming conventionAmeer1-0/+3
Fix clang formatting Manual fix for configure_input_player formatting Add missing lib usb cmake command
2020-06-21Clang FormattingAmeer1-1/+4
2020-06-21GC Adapter ImplementationAmeer1-0/+59