diff options
| author | 2020-06-21 13:02:43 -0400 | |
|---|---|---|
| committer | 2020-06-21 13:02:43 -0400 | |
| commit | 0076a08d04017036b12405bfb933fa9272f8b0cd (patch) | |
| tree | 69eda77b0bc11a6f13a002f62517c333fa7635a2 /src/input_common/main.cpp | |
| parent | Add libusb dependency (diff) | |
| download | yuzu-0076a08d04017036b12405bfb933fa9272f8b0cd.tar.gz yuzu-0076a08d04017036b12405bfb933fa9272f8b0cd.tar.xz yuzu-0076a08d04017036b12405bfb933fa9272f8b0cd.zip | |
Cleanup after linter
Diffstat (limited to 'src/input_common/main.cpp')
| -rw-r--r-- | src/input_common/main.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/input_common/main.cpp b/src/input_common/main.cpp index be13129af..7fc0e2db4 100644 --- a/src/input_common/main.cpp +++ b/src/input_common/main.cpp | |||
| @@ -5,7 +5,6 @@ | |||
| 5 | #include <memory> | 5 | #include <memory> |
| 6 | #include <thread> | 6 | #include <thread> |
| 7 | #include <libusb.h> | 7 | #include <libusb.h> |
| 8 | #include <iostream> | ||
| 9 | #include "common/param_package.h" | 8 | #include "common/param_package.h" |
| 10 | #include "input_common/analog_from_button.h" | 9 | #include "input_common/analog_from_button.h" |
| 11 | #include "input_common/gcadapter/gc_poller.h" | 10 | #include "input_common/gcadapter/gc_poller.h" |
| @@ -44,10 +43,7 @@ void Init() { | |||
| 44 | #ifdef HAVE_SDL2 | 43 | #ifdef HAVE_SDL2 |
| 45 | sdl = SDL::Init(); | 44 | sdl = SDL::Init(); |
| 46 | #endif | 45 | #endif |
| 47 | /* | ||
| 48 | |||
| 49 | udp = CemuhookUDP::Init(); | 46 | udp = CemuhookUDP::Init(); |
| 50 | */ | ||
| 51 | } | 47 | } |
| 52 | 48 | ||
| 53 | void Shutdown() { | 49 | void Shutdown() { |