Add default to runemu.

This commit is contained in:
fewtarius 2023-01-03 07:04:57 -05:00
parent ec42c8d6a6
commit 2669ed1980
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A
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"