Browse Source
Merge pull request #8297 from yuzu-emu/revert-8295-patch-1
Revert "gc_adapter: fix libusb import on GCC11.2"
pull/15/merge
Morph
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
4 deletions
-
src/input_common/drivers/gc_adapter.cpp
|
|
@ -2,11 +2,7 @@ |
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
|
|
|
|
|
#include <fmt/format.h>
|
|
|
#include <fmt/format.h>
|
|
|
#ifdef _WIN32
|
|
|
|
|
|
#include <libusb.h>
|
|
|
#include <libusb.h>
|
|
|
#else
|
|
|
|
|
|
#include <libusb-1.0/libusb.h>
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
#include "common/logging/log.h"
|
|
|
#include "common/logging/log.h"
|
|
|
#include "common/param_package.h"
|
|
|
#include "common/param_package.h"
|
|
|
|