mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-17 21:47:33 +01:00
Merge pull request #8297 from yuzu-emu/revert-8295-patch-1
Revert "gc_adapter: fix libusb import on GCC11.2"
This commit is contained in:
commit
d00464bd25
@ -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 New Issue
Block a user