Skip to content

Commit 2f712b1

Browse files
committed
Add support for 3.6.x adapter firmware
1 parent ec97b72 commit 2f712b1

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/gcn64.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,13 @@ static struct supported_adapter supported_adapters[] = {
6161
{ OUR_VENDOR_ID, 0x003C, 2, { 2, 1 } }, // (2x N64-only mode)
6262
{ OUR_VENDOR_ID, 0x003D, 2, { 2, 1 } }, // (2x GC-only mode)
6363

64+
// GC/N64 USB v3.6.x flavours
65+
{ OUR_VENDOR_ID, 0x0060, 1, { 1, 1 } }, // (GC/N64 mode)
66+
{ OUR_VENDOR_ID, 0x0061, 1, { 1, 1 } }, // (N64 mode)
67+
{ OUR_VENDOR_ID, 0x0063, 2, { 2, 1 } }, // (2x GC/N64 mode)
68+
{ OUR_VENDOR_ID, 0x0064, 2, { 2, 1 } }, // (2x N64-only mode)
69+
{ OUR_VENDOR_ID, 0x0067, 1, { 1, 1 } }, // (GC/N64 in GC keyboard mode)
70+
6471
{ }, // terminator
6572
};
6673

0 commit comments

Comments
 (0)