Replies: 8 comments 2 replies
-
Hi, how you explain the rumble support in Mayflash Magic NS and 8bitdo's https://www.8bitdo.com/wireless-usb-adapter/ ? |
Beta Was this translation helpful? Give feedback.
-
8bitdo fakes each controller as an official Nintendo controller, which is handled directly and internally by the firmware. This sysmodule relies on hiddbg's virtual controller functionality, which doesn't seem to receive any rumble input/output. |
Beta Was this translation helpful? Give feedback.
-
got you and thanks for the fix to have 4 controllers with one dongle. |
Beta Was this translation helpful? Give feedback.
-
So this is not possible - Would really love this as it is the last feature stopping your program from being perfect! I'll happily donate if you want? |
Beta Was this translation helpful? Give feedback.
-
check this out |
Beta Was this translation helpful? Give feedback.
-
Yeah I know. I already told you |
Beta Was this translation helpful? Give feedback.
-
As mentioned by yellows8 in the linked issue, it seems like the system doesn't support rumble for virtual controllers, which is what sys-con relies on. |
Beta Was this translation helpful? Give feedback.
-
@cathery ping on what @amit27592 reported. |
Beta Was this translation helpful? Give feedback.
-
There is currently no implementation of rumble features in the app due to the fact that neither
AbstractedPad
norHdls
functions in switch firmware allow you to get the vibration value of the device.You could try to work around this by registering a
VibrationDeviceHandle
for the controller you wish to use, but I can't seem to get it working properly or change any values. There is also the issue of no actual vibration being sent because of a bug that requires you to re-enable controller vibration in switch system settings.If you know how to solve this issue, or have anything to add, please let me know.
Beta Was this translation helpful? Give feedback.
All reactions