diff options
| author | 2020-06-21 18:43:01 -0400 | |
|---|---|---|
| committer | 2020-06-21 21:17:07 -0400 | |
| commit | 121af3646dad0f80453d2ffffa688dd4435d3acc (patch) | |
| tree | 020971e22b4423f63a0a04da7fa4087bf85e2bb9 /src/input_common/main.cpp | |
| parent | Clang Formatting (diff) | |
| download | yuzu-121af3646dad0f80453d2ffffa688dd4435d3acc.tar.gz yuzu-121af3646dad0f80453d2ffffa688dd4435d3acc.tar.xz yuzu-121af3646dad0f80453d2ffffa688dd4435d3acc.zip | |
Singleton GC Adapter class, remove globals, fix naming convention
Fix clang formatting
Manual fix for configure_input_player formatting
Add missing lib usb cmake command
Diffstat (limited to 'src/input_common/main.cpp')
| -rw-r--r-- | src/input_common/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/input_common/main.cpp b/src/input_common/main.cpp index 7fc0e2db4..536e5c80a 100644 --- a/src/input_common/main.cpp +++ b/src/input_common/main.cpp | |||
| @@ -2,11 +2,13 @@ | |||
| 2 | // Licensed under GPLv2 or any later version | 2 | // Licensed under GPLv2 or any later version |
| 3 | // Refer to the license.txt file included. | 3 | // Refer to the license.txt file included. |
| 4 | 4 | ||
| 5 | #include <iostream> | ||
| 5 | #include <memory> | 6 | #include <memory> |
| 6 | #include <thread> | 7 | #include <thread> |
| 7 | #include <libusb.h> | 8 | #include <libusb.h> |
| 8 | #include "common/param_package.h" | 9 | #include "common/param_package.h" |
| 9 | #include "input_common/analog_from_button.h" | 10 | #include "input_common/analog_from_button.h" |
| 11 | #include "input_common/gcadapter/gc_adapter.h" | ||
| 10 | #include "input_common/gcadapter/gc_poller.h" | 12 | #include "input_common/gcadapter/gc_poller.h" |
| 11 | #include "input_common/keyboard.h" | 13 | #include "input_common/keyboard.h" |
| 12 | #include "input_common/main.h" | 14 | #include "input_common/main.h" |