yuzu icon indicating copy to clipboard operation
yuzu copied to clipboard

core: hid: Add fallback for dualjoycon and pro controllers

Open german77 opened this issue 1 year ago • 3 comments

Super Mario Galaxy soft locked when dual joycon was selected. This was due the game only enabling pro controller and handheld support at boot. Then later on enabling dual joycon support.

Original behavior will disconnect the controller since it's not supported at boot. But after a few HW test with homebrew I found that the controller never stops working it just fallback itself to pro controller then restore the original type once it's supported.

This PR fixes Mario Galaxy with dual joycons.

german77 avatar Jul 11 '22 01:07 german77

how do we modify in yuzu the file in hid?

doudou64800D avatar Jul 11 '22 09:07 doudou64800D

I don't understand your question. For what purpose? If it's not related for this PR ping me on discord "Narr the reg"

german77 avatar Jul 11 '22 15:07 german77

Note that SMG still crashes with this change if you do not connect any controller. It does not do this on console, instead it just opens the controller applet: output

Could you implement this behavior as well?

liamwhite avatar Jul 11 '22 20:07 liamwhite

As discussed on Discord, liamwhite's suggestion will be left to a future PR

bunnei avatar Aug 26 '22 23:08 bunnei