diff options
| author | 2020-07-13 18:48:19 +0000 | |
|---|---|---|
| committer | 2020-07-13 18:48:19 +0000 | |
| commit | 883fab2fff5ff9bdad38eee4e55bacc520ce0cc9 (patch) | |
| tree | 63d754c60cb1962440a9c2fad52a4d19924b1434 /src/input_common/gcadapter/gc_adapter.cpp | |
| parent | cmake: pass libusb include directory as well (diff) | |
| download | yuzu-883fab2fff5ff9bdad38eee4e55bacc520ce0cc9.tar.gz yuzu-883fab2fff5ff9bdad38eee4e55bacc520ce0cc9.tar.xz yuzu-883fab2fff5ff9bdad38eee4e55bacc520ce0cc9.zip | |
input_common: make libusb private to gc_adapter
Diffstat (limited to 'src/input_common/gcadapter/gc_adapter.cpp')
| -rw-r--r-- | src/input_common/gcadapter/gc_adapter.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input_common/gcadapter/gc_adapter.cpp b/src/input_common/gcadapter/gc_adapter.cpp index 6d9f4d9eb..c031fc22a 100644 --- a/src/input_common/gcadapter/gc_adapter.cpp +++ b/src/input_common/gcadapter/gc_adapter.cpp | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | #include <chrono> | 5 | #include <chrono> |
| 6 | #include <thread> | 6 | #include <thread> |
| 7 | #include <libusb.h> | ||
| 7 | #include "common/logging/log.h" | 8 | #include "common/logging/log.h" |
| 8 | #include "input_common/gcadapter/gc_adapter.h" | 9 | #include "input_common/gcadapter/gc_adapter.h" |
| 9 | 10 | ||