Skip to content

Commit 71e7fbb

Browse files
snesdev: change upstream for better compatibility
Point to an updated driver repository that uses the WiringPi library for compatibility with all Raspberry Pi Versions.
1 parent 4359e73 commit 71e7fbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scriptmodules/supplementary/snesdev.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
rp_module_id="snesdev"
1313
rp_module_desc="SNESDev (Driver for the RetroPie GPIO-Adapter)"
1414
rp_module_section="driver"
15-
rp_module_repo="git https://github.com/petrockblog/SNESDev-RPi.git master"
16-
rp_module_flags="noinstclean !all rpi !rpi5"
15+
rp_module_repo="git https://github.com/MonsterJoysticks/SNESDev-RPi-Wiring-Pi.git master"
16+
rp_module_flags="noinstclean !all rpi"
1717

1818
function sources_snesdev() {
1919
gitPullOrClone "$md_inst"

0 commit comments

Comments
 (0)