commit
fcef44d64b
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue