summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authormagumagu <magumagu9@gmail.com>2015-03-05 14:56:19 -0800
committermagumagu <magumagu9@gmail.com>2015-03-05 14:56:19 -0800
commit92ba6773716d3db0c97a2c13f2fd32d4b395ce3d (patch)
treeb5b0fc945ba97fcce7d31ae0f5a0b5a7341fb7f7 /Source
parent740522ec4ae31b583d330bb7afe9fe5438ff392e (diff)
parentef3fd6860396f299933935a02d7e4fc629b845ef (diff)
Merge pull request #2174 from skidau/warning-fix-gc-adapter
Warning fix
Diffstat (limited to 'Source')
-rw-r--r--Source/Core/Core/HW/SI_GCAdapter.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/Core/HW/SI_GCAdapter.cpp b/Source/Core/Core/HW/SI_GCAdapter.cpp
index 64568ad052..e5cfcea886 100644
--- a/Source/Core/Core/HW/SI_GCAdapter.cpp
+++ b/Source/Core/Core/HW/SI_GCAdapter.cpp
@@ -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];