Warning fix

This commit is contained in:
skidau 2015-03-06 09:34:38 +11:00
parent b7514955e5
commit ef3fd68603
1 changed files with 0 additions and 2 deletions

View File

@ -21,8 +21,6 @@ enum ControllerTypes
static bool s_detected = false;
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_rumble[4];