aboutsummaryrefslogtreecommitdiff
path: root/src/input_common/gcadapter/gc_adapter.cpp
AgeCommit message (Collapse)Author
2020-07-26GCAdapter: only join worker thread if running & joinableBrian J. Tarricone
2020-07-25gc_adapter: Resolve C++20 deprecation warningLioncash
2020-07-17std::size_t where appropriate, make error message more clear if can't readameerj
2020-07-16Refactor adapter codeAmeer
2020-07-14Rebase to masterAmeer
2020-07-14Merge pull request #4314 from lioncash/input-warnbunnei
gcadapter: Tidy up compiler warnings
2020-07-13input_common: make libusb private to gc_adapterJan Beich
2020-07-12gc_adapter: Remove deprecated usage of = in lambda capturesLioncash
It's deprecated in C++20 to use = to capture the this pointer. Instead, we can simply pass this as an argument to the thread constructor.
2020-07-12gc_adapter: Silence sign conversion warningsLioncash
2020-07-10Break out of scan loop if can't find adapter on first runAmeer
2020-07-08Rebase to master, fix merge conflictsAmeer
2020-07-08Address comments for better clarity/signed dev countAmeer
2020-07-08Add more libusb error checksAmeer
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-06Recalibrate reconnected controllersAmeer
2020-07-06Save origin state of GC controller analog features, compare against origin ↵Ameer
for input detection
2020-07-04Fix for always firing triggers on some controllers, trigger threshold more ↵Ameer
universal
2020-07-03Address lioncash feedback: Log formatting, extern const PadButtonArray, ↵Ameer
little touch ups
2020-07-02Add LR triggers as axes, half press to initiate a press, add GC axis id in ↵Ameer
config, clarify some code blocks for better readability
2020-07-01Reset adapter state on init, fixes errors relating driver hang from ↵Ameer
unexpected unplug
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
Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com>
2020-06-25const& to button in button arrayAmeer J
Co-authored-by: VolcaEM <63682805+VolcaEM@users.noreply.github.com>
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 ↵Ameer
than magic number
2020-06-23Fix deallocation of GC AdapterAmeer
2020-06-22std::array and const reference passing of non-trivial objectsAmeer
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-21Singleton GC Adapter class, remove globals, fix naming conventionAmeer
Fix clang formatting Manual fix for configure_input_player formatting Add missing lib usb cmake command
2020-06-21Clang FormattingAmeer
2020-06-21GC Adapter ImplementationAmeer