We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Have a button that downloads, if necessary, and installs the right driver for GC adapters depending on the OS.
sudo rm -f /etc/udev/rules.d/51-gcadapter.rules && sudo touch /etc/udev/rules.d/51-gcadapter.rules && echo 'SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ATTRS{idVendor}=="057e", ATTRS{idProduct}=="0337", MODE="0666"' | sudo tee /etc/udev/rules.d/51-gcadapter.rules > /dev/null && sudo udevadm control --reload-rules
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
DriverKit might be possible on macOS, I just need to confirm an entitlement thing. If nothing else, you could pop them to the GCAdapterDriver repo?
Yeah I expected it to be possible with DK in the future but for now sending them to the repo would be fine.
No branches or pull requests
Have a button that downloads, if necessary, and installs the right driver for GC adapters depending on the OS.
https://github.com/project-slippi/libwdi/releases/download/slippi-v1/slippi-simple-gc-driver.exe (requires elevated perms)Handled in Add option for installing GC drivers on app install #210.Not doable at the momentLink https://github.com/secretkeysio/GCAdapterDriver/releases/latestThe text was updated successfully, but these errors were encountered: