Fix Mednafen on a clean install, few portmaster changes
This commit is contained in:
parent
fb2ed9cc64
commit
f19a20a6f3
4 changed files with 3 additions and 3 deletions
|
@ -50,7 +50,7 @@
|
|||
# a BSP kernel and a rotated display when using DEVICE_ROOT.
|
||||
if [ -n "${DEVICE_ROOT}" ]
|
||||
then
|
||||
CLEAN_DEVICE_ROOT="linux u-boot SDL2 SDL2-rotated retroarch mupen64plus-sa-input-sdl flycast-sa duckstation-sa drastic-sa fileman oga_controls"
|
||||
CLEAN_DEVICE_ROOT="linux u-boot SDL2 SDL2-rotated retroarch mupen64plus-sa-input-sdl flycast-sa duckstation-sa drastic-sa fileman oga_controls portmaster"
|
||||
fi
|
||||
|
||||
# additional drivers to install:
|
||||
|
|
|
@ -30,7 +30,7 @@ makeinstall_target() {
|
|||
|
||||
mkdir -p ${INSTALL}/usr/lib/compat
|
||||
curl -Lo ${PKG_BUILD}/compat.zip ${COMPAT_URL}
|
||||
unzip ${PKG_BUILD}/compat.zip -d ${INSTALL}/usr/lib/compat/
|
||||
unzip -qq ${PKG_BUILD}/compat.zip -d ${INSTALL}/usr/lib/compat/
|
||||
}
|
||||
|
||||
post_install() {
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
. /etc/profile
|
||||
|
||||
export MEDNAFEN_HOME=/storage/.config/mednafen
|
||||
export MEDNAFEN_CONFIG=/usr/config/mednafen/mednafen.cfg
|
||||
export MEDNAFEN_CONFIG=/usr/config/mednafen/mednafen.template
|
||||
|
||||
if [ ! -d "$MEDNAFEN_HOME" ]
|
||||
then
|
||||
|
|
Loading…
Reference in a new issue