瀏覽代碼

Merge pull request #8297 from yuzu-emu/revert-8295-patch-1

Revert "gc_adapter: fix libusb import on GCC11.2"
Morph 4 年之前
父節點
當前提交
d00464bd25
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      src/input_common/drivers/gc_adapter.cpp

+ 0 - 4
src/input_common/drivers/gc_adapter.cpp

@@ -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"