switchbrew / switch-examples

Switch examples for devkitA64 and libnx.

Home Page:https://devkitpro.org/viewforum.php?f=42

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

irsensor and vibration example not working

MingchenZhang opened this issue · comments

I tested the irsensor and vibration example and they didn't work. The irsensor example just gives a black screen after the prompts disappears (joycon detached). The vibration example initialize the vibration and sends values successfully, but no actual vibration appear on the joycon.

On horizon 5.1.0, using Hekate/Atmosphere

commented

I have the same issue, reproduced slightly over a week ago. Same setup.

I suppose i need to bring this issue to libnx? Maybe horizon restrict or change certain interface in newer firmware?

Same setup, reproduced for IR example. Threw in a print statement, and error is returned on this line. Error code is 0xf0cd: module is 0xcd, description is 0x78. According to the wiki, 0xcd is the IR module, but there is no documented description for 0x78.

See switchbrew/libnx#148 for current status.