diff options
| author | 2022-05-02 04:23:39 -0400 | |
|---|---|---|
| committer | 2022-05-02 04:23:39 -0400 | |
| commit | 9398521006e0eaf2a7a9b1f3ec71c65226551a0f (patch) | |
| tree | 9fa9e8080c55f9a7cec0eeb3836f2318a1224772 | |
| parent | gc_adapter: fix libusb import on GCC11.2 (diff) | |
| download | yuzu-9398521006e0eaf2a7a9b1f3ec71c65226551a0f.tar.gz yuzu-9398521006e0eaf2a7a9b1f3ec71c65226551a0f.tar.xz yuzu-9398521006e0eaf2a7a9b1f3ec71c65226551a0f.zip | |
Revert "gc_adapter: fix libusb import on GCC11.2"
This reverts commit f72f4377f4cbbe45e5a43bb67c7245737ffa135f.
Diffstat (limited to '')
| -rw-r--r-- | src/input_common/drivers/gc_adapter.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/input_common/drivers/gc_adapter.cpp b/src/input_common/drivers/gc_adapter.cpp index a2880b9be..27a0ffb0d 100644 --- a/src/input_common/drivers/gc_adapter.cpp +++ b/src/input_common/drivers/gc_adapter.cpp | |||
| @@ -2,11 +2,7 @@ | |||
| 2 | // SPDX-License-Identifier: GPL-2.0-or-later | 2 | // SPDX-License-Identifier: GPL-2.0-or-later |
| 3 | 3 | ||
| 4 | #include <fmt/format.h> | 4 | #include <fmt/format.h> |
| 5 | #ifdef _WIN32 | ||
| 6 | #include <libusb.h> | 5 | #include <libusb.h> |
| 7 | #else | ||
| 8 | #include <libusb-1.0/libusb.h> | ||
| 9 | #endif | ||
| 10 | 6 | ||
| 11 | #include "common/logging/log.h" | 7 | #include "common/logging/log.h" |
| 12 | #include "common/param_package.h" | 8 | #include "common/param_package.h" |