diff options
| author | 2022-05-02 04:26:42 -0400 | |
|---|---|---|
| committer | 2022-05-02 04:26:42 -0400 | |
| commit | d00464bd2578099d26c102c8a4789c5913cbcb34 (patch) | |
| tree | 9fa9e8080c55f9a7cec0eeb3836f2318a1224772 /src | |
| parent | gc_adapter: fix libusb import on GCC11.2 (diff) | |
| parent | Revert "gc_adapter: fix libusb import on GCC11.2" (diff) | |
| download | yuzu-d00464bd2578099d26c102c8a4789c5913cbcb34.tar.gz yuzu-d00464bd2578099d26c102c8a4789c5913cbcb34.tar.xz yuzu-d00464bd2578099d26c102c8a4789c5913cbcb34.zip | |
Merge pull request #8297 from yuzu-emu/revert-8295-patch-1
Revert "gc_adapter: fix libusb import on GCC11.2"
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" |