This commit is contained in:
Raphael Assenat 2015-08-22 00:46:19 -04:00
parent 529d5343d0
commit 73ff27da26
2 changed files with 2 additions and 3 deletions

View File

@ -1 +1 @@
OBJS=main.o usb.o usbpad.o gcn64_protocol.o n64.o gamecube.o usart1.o bootloader.o
OBJS=main.o usb.o usbpad.o mappings.o gcn64_protocol.o n64.o gamecube.o usart1.o bootloader.o

3
main.c
View File

@ -469,8 +469,7 @@ uint8_t hid_set_report_data(const struct usb_request *rq, const uint8_t *dat, ui
Gamepad *detectPad(void)
{
int i;
int type;
char type;
type = gcn64_detectController();