1
0
mirror of https://github.com/raphnet/gc_n64_usb-v3 synced 2024-11-16 06:05:00 -05:00

Give equal priority to both controllers!

This commit is contained in:
Raphael Assenat 2016-10-10 14:53:40 -04:00
parent af12f0d242
commit 96bd132b66

2
main.c
View File

@ -555,7 +555,7 @@ int main(void)
pads[channel]->getReport(channel, &pad_data); pads[channel]->getReport(channel, &pad_data);
usbpad_update(&usbpads[channel], &pad_data); usbpad_update(&usbpads[channel], &pad_data);
state = STATE_WAIT_INTERRUPT_READY; state = STATE_WAIT_INTERRUPT_READY;
break; continue;
} }
} else { } else {
/* Just make sure the gamepad state holds valid data /* Just make sure the gamepad state holds valid data