Skip to content

Commit 4709f5a

Browse files
committed
attractmode - checkout the main repository first, for compatibility with source checking
Previously the location of the sfml-pi repo would be used as it was called first on the RPI, which would mean an update is always done as the sfml-pi hash would have been stored rather than the main repository. Ideally we would handle it so if either repository updates, but that requires a fair amount of additional code as with mupen64plus and it's not work it for this - the sfml-pi code doesn't change that often and better to just base it on the core code
1 parent 8fb0ad6 commit 4709f5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scriptmodules/supplementary/attractmode.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ function depends_attractmode() {
140140
}
141141

142142
function sources_attractmode() {
143-
isPlatform "rpi" && gitPullOrClone "$md_build/sfml-pi" "https://github.com/mickelson/sfml-pi"
144143
gitPullOrClone "$md_build/attract"
144+
isPlatform "rpi" && gitPullOrClone "$md_build/sfml-pi" "https://github.com/mickelson/sfml-pi"
145145
}
146146

147147
function build_attractmode() {

0 commit comments

Comments
 (0)