joaorb64 / joycond-cemuhook

Support for cemuhook's UDP protocol for joycond devices
MIT License
139 stars 19 forks source link

Support statically built hid_nintendo #70

Closed North-West-Wind closed 1 year ago

North-West-Wind commented 1 year ago

My kernel has hid_nintendo built-in instead of having it as a module. Therefore, lsmod fails to find it and the script reports hid_nintendo as not loaded.

https://github.com/joaorb64/joycond-cemuhook/blob/master/joycond-cemuhook.py#L777

This PR adds another check for built-in kernel modules. Tested on Cemu

joaorb64 commented 1 year ago

Thanks!