Merge pull request #900 from fewtarius/dev

Add default to runemu.
This commit is contained in:
fewtarius 2023-01-03 07:05:33 -05:00 committed by GitHub
commit fcef44d64b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -94,7 +94,8 @@ fi
### Offline all but the number of cores we need for this game if configured.
NUMCORES=$(get_setting "cores" "${PLATFORM}" "${ROMNAME##*/}")
if [ -n "${NUMCORES}" ]
if [ -n "${NUMCORES}" ] &&
[ ! ${NUMCORES} = "default" ]
then
onlinecores ${NUMCORES} 0
fi

View file

@ -3,7 +3,7 @@
# Copyright (C) 2020-present Fewtarius
PKG_NAME="emulationstation"
PKG_VERSION="6a41800"
PKG_VERSION="8acbf3f"
PKG_GIT_CLONE_BRANCH="main"
PKG_REV="1"
PKG_ARCH="any"