mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-16 10:08:07 -05:00
input_common: make libusb private to gc_adapter
This commit is contained in:
@ -8,10 +8,13 @@
|
||||
#include <mutex>
|
||||
#include <thread>
|
||||
#include <unordered_map>
|
||||
#include <libusb.h>
|
||||
#include "common/common_types.h"
|
||||
#include "common/threadsafe_queue.h"
|
||||
|
||||
struct libusb_context;
|
||||
struct libusb_device;
|
||||
struct libusb_device_handle;
|
||||
|
||||
namespace GCAdapter {
|
||||
|
||||
enum {
|
||||
|
Reference in New Issue
Block a user