mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-23 04:01:21 -04:00
Previously, SDL would `find_package(libusb)` which would actually overwrite the user preference in the case where both USE_SYSTEM_LIBUSB and USE_SYSTEM_SDL were OFF. This coincidentally also allows SDL to use libusb on Windows.