mirror of
https://github.com/libretro/RetroArch
synced 2024-12-28 09:29:16 +00:00
[LIBNX] Fix switching from Split Joycon mode to Dual Joycon mode
This commit is contained in:
parent
f953962d08
commit
44cd329125
@ -186,6 +186,7 @@ static void switch_joypad_poll(void)
|
||||
{
|
||||
hidSetNpadJoyAssignmentModeDual(i);
|
||||
hidSetNpadJoyAssignmentModeDual(i + 1);
|
||||
hidMergeSingleJoyAsDualJoy(i, i + 1);
|
||||
}
|
||||
}
|
||||
lastMode = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user