Peter Y Hammond
Peter Y Hammond
So, are you using a Raspberry Pi 3 ? With an external Bluetooth dongle ? Give me some specifics on your setup and I'll take a look in the next...
So interesting. Weird but interesting. Just so you know how the lights scripts work, they number the lights on each controller according to how they are numbered under /dev/input on...
OK. I did a little research. This is so strange, because if you use an external bluetooth dongle, the results you get back from iterating through bluetooth devices using the...
Done. I just did that. Get into a command-prompt shell on your pi through the terminal or ssh into it and run these commands: 1. cd ~/retropie_wiimote_lights 2. git pull...
So, just to clarify, here are the steps to **UNINSTALL** my patch for RetroArch: ``` cd ~/RetroPie-Setup wget https://github.com/pyhammond/retropie_wiimote_lights/files/1546562/pyh_retropie_setup_patch.diff.gz gunzip -c pyh_retropie_setup_patch.diff.gz | patch -p1 -R sudo ./retropie_setup.sh ```
I just committed another change tonight that gives you 4 different options when you install. Read the [README.md](https://github.com/pyhammond/retropie_wiimote_lights/blob/master/README.md) file for more info on how this works now. _-Peter_
Thanks for the feedback @koboltzz I just made some other changes to my installer script based upon your feedback. If you do another `git pull` in the **retropie_wiimote_lights** directory now,...
Yes, I do agree that emulationstation should always override the config. I have found, sadly, that that is not always the case. You may be right about not including custom...
Thanks, @koboltzz I appreciate your feedback. I may make some changes to my configs - especially the n64 one - based upon your feedback. I did change my installer to...