| Age | Commit message (Collapse) | Author |
|
gcadapter: unbreak build on FreeBSD
|
|
|
|
|
|
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;
~~~~~^
|
|
universal
|
|
little touch ups
|
|
config, clarify some code blocks for better readability
|
|
unexpected unplug
|
|
|
|
|
|
Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com>
|
|
Co-authored-by: VolcaEM <63682805+VolcaEM@users.noreply.github.com>
|
|
|
|
|
|
than magic number
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix clang formatting
Manual fix for configure_input_player formatting
Add missing lib usb cmake command
|
|
|
|
|