Closed North-West-Wind closed 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.
hid_nintendo
lsmod
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
Thanks!
My kernel has
hid_nintendo
built-in instead of having it as a module. Therefore,lsmod
fails to find it and the script reportshid_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