diff --git a/Source/Core/Core/HW/SI_GCAdapter.cpp b/Source/Core/Core/HW/SI_GCAdapter.cpp index 99d2362841..13410ac592 100644 --- a/Source/Core/Core/HW/SI_GCAdapter.cpp +++ b/Source/Core/Core/HW/SI_GCAdapter.cpp @@ -168,10 +168,11 @@ void Setup() } } } - if (!s_detected) - Shutdown(); libusb_free_device_list(list, 1); + + if (!s_detected) + Shutdown(); }