mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-04 23:40:07 +00:00
Revert "gc_adapter: fix libusb import on GCC11.2"
This reverts commit f72f4377f4
.
This commit is contained in:
parent
f72f4377f4
commit
9398521006
1 changed files with 0 additions and 4 deletions
|
@ -2,11 +2,7 @@
|
|||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#include <fmt/format.h>
|
||||
#ifdef _WIN32
|
||||
#include <libusb.h>
|
||||
#else
|
||||
#include <libusb-1.0/libusb.h>
|
||||
#endif
|
||||
|
||||
#include "common/logging/log.h"
|
||||
#include "common/param_package.h"
|
||||
|
|
Loading…
Reference in a new issue