misson20000 / twili

Homebrew debug monitor for the Nintendo Switch.
GNU General Public License v3.0
184 stars 23 forks source link

Add libusbK-based contrib driver package #56

Closed riverar closed 5 years ago

riverar commented 5 years ago

usb:ds does not appear to provide a means to inject a MOD so we must provide a legacy libusbk driver package to associate with Transistor interfaces for correct Twili operation.

misson20000 commented 5 years ago

I'm not sure how much I like having those binaries in my source tree, but I also don't want to waste a whole load of CI time building them for release and development-setup time building them manually, so I guess they can stay. Can you add a note to the main README.md about driver installation?

riverar commented 5 years ago

Agree. Took another look today and I found libusbk-signed bits at https://sourceforge.net/projects/libusbk/files/libusbK-release/3.0.7.0/. I'll toss the binaries and write a script to pull down deps instead.