[Driver] mk_arcade_joystick_rpi GPIO Driver - Printable Version +- Freeplaytech Forum (https://forum.freeplaytech.com) +-- Forum: Freeplay Zero / Freeplay CM3 / Game Pie Advance (https://forum.freeplaytech.com/forumdisplay.php?fid=24) +--- Forum: Programming & Development (https://forum.freeplaytech.com/forumdisplay.php?fid=29) +--- Thread: [Driver] mk_arcade_joystick_rpi GPIO Driver (/showthread.php?tid=4773) |
RE: [Driver] mk_arcade_joystick_rpi GPIO Driver - Porcinus - 05-25-2019 No problem I have a welding today so no pull for now. To this point : install.sh : - No more "\r" characters, shebang changed to bash. - If statement line 28 fixed. - Partial fix for the config file spam when multiple updates, adding a newline char before new lines to add to avoid 2 configurations in the same line. - Add mk_joystick_config item to Retropie menu plus icon, the way I did this may interest you for https://github.com/Mootikins/Freeplay-Wireless-Menu/blob/master/setup.sh bumpVersion.sh : No more "\r" characters, shebang changed to bash. |