mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 13:14:04 +00:00
Merge pull request #7700 from rsn8887/master
[LIBNX] Fix Split Joycon mode for horizontal holding
This commit is contained in:
commit
59193b4cd9
@ -170,6 +170,7 @@ static void switch_joypad_poll(void)
|
||||
{
|
||||
hidSetNpadJoyAssignmentModeSingleByDefault(i);
|
||||
hidSetNpadJoyAssignmentModeSingleByDefault(i + 1);
|
||||
hidSetNpadJoyHoldType(HidJoyHoldType_Horizontal);
|
||||
}
|
||||
}
|
||||
lastMode = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user