-
Hello and thank you for this great piece of code :) I would like to test it but I could not find a list of possible options to be placed in the .ini config file. Could you please quickly explain how to set it up? Also, is there any option to increase verbosity? Thanks again |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 11 replies
-
Example config file includes all applicable options. Section name is MAC of you Wiimote (you can run with an empty config to get MAC or look it up in bluetooth settings). I'm going to make a proper documentation for config file as well as application to help with creating it once I'll get back to working on this program (it's now a lot less stressful with CI in place). As for increasing verbosity, you can set If you have any further questions about options, feel free to ask! |
Beta Was this translation helpful? Give feedback.
-
it seems to work, but I get two separate DSU controllers, one for the wiimote and the other for the nunchuck. I cannot figure a way to merge buttons into a single controllers. I'm using the ExampleConfig.ini with the revised mac address. Moreover, nunchuck buttons seems to work in PadTest, but not in cemu. In yuzu, by selecting input from 'any' I can map wiimote+nunchuck into pro controller, but only because yuzu has such feature. |
Beta Was this translation helpful? Give feedback.
Example config file includes all applicable options. Section name is MAC of you Wiimote (you can run with an empty config to get MAC or look it up in bluetooth settings). I'm going to make a proper documentation for config file as well as application to help with creating it once I'll get back to working on this program (it's now a lot less stressful with CI in place).
As for increasing verbosity, you can set
G_MESSAGES_DEBUG=linuxmotehook2
, but note that extra information might be a bit too technical sometimes.If you have any further questions about options, feel free to ask!