summaryrefslogtreecommitdiff
path: root/src/input_common/gcadapter
AgeCommit message (Expand)Author
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-02Add LR triggers as axes, half press to initiate a press, add GC axis id in co...Ameer
2020-07-01Reset adapter state on init, fixes errors relating driver hang from unexpecte...Ameer
2020-06-30Address feedback regarding increments, const vars, and general cleanupAmeer
2020-06-30fix implicit conversion of size_t type to intAmeer
2020-06-26left const auto&, comment punctuation.Ameer J
2020-06-25const& to button in button arrayAmeer J
2020-06-25Stop reading loop if error is encounteredAmeer
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-21Tidy up the pointers, use pair over tuple where appropriateAmeer
2020-06-21fix for sleep using stlAmeer
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