summaryrefslogtreecommitdiffstats
path: root/src/input_common/gcadapter (unfollow)
Commit message (Expand)AuthorFilesLines
2020-06-26Stop reading loop if error is encounteredAmeer1-4/+4
2020-06-24padbutton enum class and struct initiailizationAmeer3-36/+32
2020-06-23cleanup check access, read, and factory GetNextInput funcs. Use size rather than magic numberAmeer3-150/+101
2020-06-23Fix deallocation of GC AdapterAmeer2-4/+7
2020-06-23std::array and const reference passing of non-trivial objectsAmeer2-14/+13
2020-06-22Tidy up the pointers, use pair over tuple where appropriateAmeer2-21/+21
2020-06-22fix for sleep using stlAmeer1-1/+3
2020-06-22shared_ptr for the GC adapter class, constexpr constantsAmeer4-64/+48
2020-06-22std::arrays where appropriate, clear q in adapter class, other touch upsAmeer4-26/+15
2020-06-22fix include threadAmeer1-0/+1
2020-06-22Singleton GC Adapter class, remove globals, fix naming conventionAmeer4-197/+252
2020-06-21Clang FormattingAmeer4-71/+96
2020-06-21GC Adapter ImplementationAmeer4-0/+835