Include wiiusb_hid only for HW_RVL

This commit is contained in:
twinaphex 2015-09-05 01:21:39 +02:00
parent 9a95f98283
commit 137e397028

View File

@ -34,7 +34,7 @@ static hid_driver_t *hid_drivers[] = {
#ifdef HAVE_LIBUSB
&libusb_hid,
#endif
#ifdef GEKKO
#ifdef HW_RVL
&wiiusb_hid,
#endif
&null_hid,