Commit 2a53f8315acd83f72be7c5e0e96c0d9480eac477

Sam Lantinga 2021-07-26T23:29:20

Fixed controllers showing up under both MFI and HIDAPI drivers The Game Controller Kit doesn't show the controllers at startup, so the HIDAPI driver sees them first and therefore gets preference when a controller is supported by both drivers. This fixes bug https://github.com/libsdl-org/SDL/issues/4209