summaryrefslogtreecommitdiffstats
path: root/src/input_common/gcadapter/gc_poller.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Tidy up the pointers, use pair over tuple where appropriateAmeer2020-06-221-19/+17
|
* shared_ptr for the GC adapter class, constexpr constantsAmeer2020-06-221-12/+12
|
* std::arrays where appropriate, clear q in adapter class, other touch upsAmeer2020-06-221-15/+1
|
* Singleton GC Adapter class, remove globals, fix naming conventionAmeer2020-06-221-60/+65
| | | | | | | | Fix clang formatting Manual fix for configure_input_player formatting Add missing lib usb cmake command
* Clang FormattingAmeer2020-06-211-28/+28
|
* GC Adapter ImplementationAmeer2020-06-211-0/+310