diff options
author | Ameer <aj662@drexel.edu> | 2020-06-21 19:02:43 +0200 |
---|---|---|
committer | Ameer <aj662@drexel.edu> | 2020-06-21 19:02:43 +0200 |
commit | 0076a08d04017036b12405bfb933fa9272f8b0cd (patch) | |
tree | 69eda77b0bc11a6f13a002f62517c333fa7635a2 /src/input_common/main.cpp | |
parent | Add libusb dependency (diff) | |
download | yuzu-0076a08d04017036b12405bfb933fa9272f8b0cd.tar yuzu-0076a08d04017036b12405bfb933fa9272f8b0cd.tar.gz yuzu-0076a08d04017036b12405bfb933fa9272f8b0cd.tar.bz2 yuzu-0076a08d04017036b12405bfb933fa9272f8b0cd.tar.lz yuzu-0076a08d04017036b12405bfb933fa9272f8b0cd.tar.xz yuzu-0076a08d04017036b12405bfb933fa9272f8b0cd.tar.zst yuzu-0076a08d04017036b12405bfb933fa9272f8b0cd.zip |
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 @@ #include <memory> #include <thread> #include <libusb.h> -#include <iostream> #include "common/param_package.h" #include "input_common/analog_from_button.h" #include "input_common/gcadapter/gc_poller.h" @@ -44,10 +43,7 @@ void Init() { #ifdef HAVE_SDL2 sdl = SDL::Init(); #endif - /* - udp = CemuhookUDP::Init(); - */ } void Shutdown() { |