mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00:00
Merge pull request #2174 from skidau/warning-fix-gc-adapter
Warning fix
This commit is contained in:
commit
92ba677371
1 changed files with 0 additions and 2 deletions
|
@ -21,8 +21,6 @@ enum ControllerTypes
|
||||||
|
|
||||||
static bool s_detected = false;
|
static bool s_detected = false;
|
||||||
static libusb_device_handle* s_handle = nullptr;
|
static libusb_device_handle* s_handle = nullptr;
|
||||||
static libusb_transfer* s_irq_transfer_read = nullptr;
|
|
||||||
static libusb_transfer* s_irq_transfer_write = nullptr;
|
|
||||||
static u8 s_controller_type[MAX_SI_CHANNELS] = { CONTROLLER_NONE, CONTROLLER_NONE, CONTROLLER_NONE, CONTROLLER_NONE };
|
static u8 s_controller_type[MAX_SI_CHANNELS] = { CONTROLLER_NONE, CONTROLLER_NONE, CONTROLLER_NONE, CONTROLLER_NONE };
|
||||||
static u8 s_controller_rumble[4];
|
static u8 s_controller_rumble[4];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue