mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Handle WiiU/Switch GameCube adapter product ID
This commit is contained in:
@@ -194,6 +194,11 @@ void BUTTONGLYPHS_update_layout(Uint16 vendor, Uint16 product)
|
|||||||
{
|
{
|
||||||
layout = LAYOUT_NINTENDO_SWITCH_JOYCON_R;
|
layout = LAYOUT_NINTENDO_SWITCH_JOYCON_R;
|
||||||
}
|
}
|
||||||
|
else if (product == 0x0337)
|
||||||
|
{
|
||||||
|
/* FIXME: GameCube glyphs? -flibit */
|
||||||
|
layout = LAYOUT_XBOX;
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
layout = LAYOUT_NINTENDO_SWITCH_PRO;
|
layout = LAYOUT_NINTENDO_SWITCH_PRO;
|
||||||
|
|||||||
Reference in New Issue
Block a user