From 53288272348fbed5e09bae00c7381c82e742f8bb Mon Sep 17 00:00:00 2001 From: Raphael Assenat Date: Tue, 21 Nov 2017 23:03:46 -0500 Subject: [PATCH] Version 3.5 product IDs --- main.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/main.c b/main.c index 07c4992..6d41c6c 100644 --- a/main.c +++ b/main.c @@ -41,13 +41,13 @@ #define MAX_PLAYERS 2 -#define GCN64_USB_PID 0x0032 -#define N64_USB_PID 0x0033 -#define GC_USB_PID 0x0034 +#define GCN64_USB_PID 0x0038 +#define N64_USB_PID 0x0039 +#define GC_USB_PID 0x003A -#define DUAL_GCN64_USB_PID 0x0035 -#define DUAL_N64_USB_PID 0x0036 -#define DUAL_GC_USB_PID 0x0037 +#define DUAL_GCN64_USB_PID 0x003B +#define DUAL_N64_USB_PID 0x003C +#define DUAL_GC_USB_PID 0x003D /* Those .c files are included rather than linked for we * want the sizeof() operator to work on the arrays */