Age | Commit message (Expand) | Author |
2020-07-14 | Rebase to master | Ameer |
2020-07-14 | Fix crash if gc configured but adapter not connected | Ameer |
2020-07-12 | gc_poller: Mark GCButtonFactory::GetNextInput() as const | Lioncash |
2020-07-12 | gc_poller: Get rid of undefined behavior in Create() | Lioncash |
2020-07-12 | gc_poller: Silence sign conversion warnings | Lioncash |
2020-07-07 | Address PR feedback, fix axis button thresholding | Ameer |
2020-07-06 | Brace the code! Fix compile error due to class member construction order | Ameer |
2020-07-06 | Save origin state of GC controller analog features, compare against origin fo... | Ameer |
2020-07-03 | Address lioncash feedback: Log formatting, extern const PadButtonArray, littl... | Ameer |
2020-07-02 | Add LR triggers as axes, half press to initiate a press, add GC axis id in co... | Ameer |
2020-06-30 | Address feedback regarding increments, const vars, and general cleanup | Ameer |
2020-06-24 | padbutton enum class and struct initiailization | Ameer |
2020-06-23 | cleanup check access, read, and factory GetNextInput funcs. Use size rather t... | Ameer |
2020-06-21 | Tidy up the pointers, use pair over tuple where appropriate | Ameer |
2020-06-21 | shared_ptr for the GC adapter class, constexpr constants | Ameer |
2020-06-21 | std::arrays where appropriate, clear q in adapter class, other touch ups | Ameer |
2020-06-21 | Singleton GC Adapter class, remove globals, fix naming convention | Ameer |
2020-06-21 | Clang Formatting | Ameer |
2020-06-21 | GC Adapter Implementation | Ameer |