revvv 492a83e6d5 Wii: Fix find_connection_entry(): needs unsigned int
Otherwise the USB gamepad cannot be found, if VID/PID has leading zero.
For example: Retrode gamepad adapter:
             vid=1027 (0x403) pid=38849      (0x97c1) becomes
             vid=1027 (0x403) pid=-26687 (0xffff97c1)
2022-03-15 17:43:46 +01:00
..
2021-10-06 02:52:19 +02:00
2021-12-04 16:11:02 +01:00
2021-10-06 02:52:19 +02:00
2021-10-06 02:52:19 +02:00