Skip to content

Commit

Permalink
Updated splash
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesburgess committed Jan 9, 2019
1 parent d170b3b commit 3a9f241
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ execute "cp $BINDIR/settings/alsa-base.conf $DEST/etc/modprobe.d/alsa-base.conf"
# Copy autostart
if ! exists "$DEST/opt/retropie/configs/all/autostart_ORIGINAL.sh" ; then
execute "mv $DEST/opt/retropie/configs/all/autostart.sh $DEST/opt/retropie/configs/all/autostart_ORIGINAL.sh"
execute "echo '/home/pi/$GITHUBPROJECT/settings/kr_logo.png' > $DEST/etc/splashscreen.list"
fi
execute "cp $BINDIR/settings/autostart.sh $DEST/opt/retropie/configs/all/autostart.sh"
execute "chown $USER:$USER $DEST/opt/retropie/configs/all/autostart.sh"
Expand All @@ -140,12 +141,12 @@ if exists "$DEST/opt/retropie/supplementary/splashscreen/asplashscreen.sh" ; the
execute "sed -i \"s/ *both/ alsa/\" $DEST/opt/retropie/supplementary/splashscreen/asplashscreen.sh"
fi

# Fix N64 audio
# Fix audio
if exists "$DEST/opt/retropie/emulators/mupen64plus/bin/mupen64plus.sh" ; then
execute "sed -i \"s/mupen64plus-audio-omx/mupen64plus-audio-sdl/\" $DEST/opt/retropie/emulators/mupen64plus/bin/mupen64plus.sh"
fi

# Fix C64 audio
# Fix audio
if ! exists "$PIHOMEDIR/.vice/sdl-vicerc" ; then
execute "mkdir -p $PIHOMEDIR/.vice/"
execute "echo 'SoundOutput=2' > $PIHOMEDIR/.vice/sdl-vicerc"
Expand Down
Binary file added settings/kr_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3a9f241

Please sign in to comment.