summaryrefslogtreecommitdiffstats
path: root/src/input_common/gcadapter/gc_adapter.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-06-24padbutton enum class and struct initiailizationAmeer1-15/+15
2020-06-23cleanup check access, read, and factory GetNextInput funcs. Use size rather than magic numberAmeer1-1/+7
2020-06-23Fix deallocation of GC AdapterAmeer1-1/+0
2020-06-23std::array and const reference passing of non-trivial objectsAmeer1-3/+3
2020-06-22shared_ptr for the GC adapter class, constexpr constantsAmeer1-24/+16
2020-06-22std::arrays where appropriate, clear q in adapter class, other touch upsAmeer1-2/+3
2020-06-22fix include threadAmeer1-0/+1
2020-06-22Singleton GC Adapter class, remove globals, fix naming conventionAmeer1-48/+97
Fix clang formatting Manual fix for configure_input_player formatting Add missing lib usb cmake command
2020-06-21Clang FormattingAmeer1-9/+7
2020-06-21GC Adapter ImplementationAmeer1-0/+116