| Age | Commit message (Collapse) | Author |
|
|
|
Makes the input_common code warnings consistent with the rest of the
codebase.
|
|
|
|
This doesn't modify instance state, so it can be made const.
|
|
axes were very sensitive when mapping controls.
|
|
|
|
|
|
|
|
gcadapter: Tidy up compiler warnings
|
|
|
|
|
|
|
|
|
|
In file included from src/input_common/gcadapter/gc_adapter.cpp:8:
src/./input_common/gcadapter/gc_adapter.h:77:10: error: no template named 'unordered_map' in namespace 'std'
std::unordered_map<int, bool> buttons;
~~~~~^
src/./input_common/gcadapter/gc_adapter.h:78:10: error: no template named 'unordered_map' in namespace 'std'
std::unordered_map<int, u16> axes;
~~~~~^
|
|
for input detection
|
|
universal
|
|
little touch ups
|
|
unexpected unplug
|
|
|
|
than magic number
|
|
|
|
|
|
|
|
|
|
|
|
Fix clang formatting
Manual fix for configure_input_player formatting
Add missing lib usb cmake command
|
|
|
|
|