Bump ES
This commit is contained in:
parent
7713ba9249
commit
7c544f6d0c
2 changed files with 5 additions and 2 deletions
|
@ -94,7 +94,10 @@ fi
|
|||
|
||||
### Set the performance mode
|
||||
PERFORMANCE_MODE=$(get_setting "cpugovernor" "${PLATFORM}" "${ROMNAME##*/}")
|
||||
${PERFORMANCE_MODE}
|
||||
if [ ! "${PERFORMANCE_MODE}" = "auto" ]
|
||||
then
|
||||
${PERFORMANCE_MODE}
|
||||
fi
|
||||
|
||||
### Set the cores to use
|
||||
CORES=$(get_setting "cores" "${PLATFORM}" "${ROMNAME##*/}")
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Copyright (C) 2020-present Fewtarius
|
||||
|
||||
PKG_NAME="emulationstation"
|
||||
PKG_VERSION="6edf02e"
|
||||
PKG_VERSION="d5663ee"
|
||||
PKG_GIT_CLONE_BRANCH="main"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
|
|
Loading…
Reference in a new issue