| Commit message (Expand) | Author | Files | Lines |
2020-07-14 | Fix crash if gc configured but adapter not connected | Ameer | 1 | -12/+22 |
2020-07-12 | gc_poller: Mark GCButtonFactory::GetNextInput() as const | Lioncash | 1 | -1/+1 |
2020-07-12 | gc_poller: Get rid of undefined behavior in Create() | Lioncash | 1 | -0/+4 |
2020-07-12 | gc_poller: Silence sign conversion warnings | Lioncash | 1 | -1/+1 |
2020-07-07 | Address PR feedback, fix axis button thresholding | Ameer | 1 | -12/+3 |
2020-07-07 | Brace the code! Fix compile error due to class member construction order | Ameer | 1 | -3/+4 |
2020-07-07 | Save origin state of GC controller analog features, compare against origin for input detection | Ameer | 1 | -4/+13 |
2020-07-03 | Address lioncash feedback: Log formatting, extern const PadButtonArray, little touch ups | Ameer | 1 | -4/+5 |
2020-07-02 | Add LR triggers as axes, half press to initiate a press, add GC axis id in config, clarify some code blocks for better readability | Ameer | 1 | -10/+22 |
2020-06-30 | Address feedback regarding increments, const vars, and general cleanup | Ameer | 1 | -10/+7 |
2020-06-24 | padbutton enum class and struct initiailization | Ameer | 1 | -3/+4 |
2020-06-23 | cleanup check access, read, and factory GetNextInput funcs. Use size rather than magic number | Ameer | 1 | -56/+18 |
2020-06-22 | Tidy up the pointers, use pair over tuple where appropriate | Ameer | 1 | -19/+17 |
2020-06-22 | shared_ptr for the GC adapter class, constexpr constants | Ameer | 1 | -12/+12 |
2020-06-22 | std::arrays where appropriate, clear q in adapter class, other touch ups | Ameer | 1 | -15/+1 |
2020-06-22 | Singleton GC Adapter class, remove globals, fix naming convention | Ameer | 1 | -60/+65 |
2020-06-21 | Clang Formatting | Ameer | 1 | -28/+28 |
2020-06-21 | GC Adapter Implementation | Ameer | 1 | -0/+310 |