Restore shutdown entry, change the main menu logo and the default background

This commit is contained in:
Jean-André Santoni 2015-10-23 23:04:15 +02:00
parent 3bdfcc4ba6
commit 837e4e92a1
2 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@
################################################################################
PKG_NAME="retroarch-assets"
PKG_VERSION="d127195"
PKG_VERSION="3bc59e3"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"

View File

@ -19,7 +19,7 @@
################################################################################
PKG_NAME="retroarch"
PKG_VERSION="b7785a3"
PKG_VERSION="c0878c7"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPLv3"
@ -77,7 +77,7 @@ pre_configure_target() {
}
make_target() {
make V=1
make V=1 HAVE_LAKKA=1
make -C gfx/video_filters compiler=$CC extra_flags="$CFLAGS"
make -C audio/audio_filters compiler=$CC extra_flags="$CFLAGS"
}