This commit is contained in:
fewtarius 2022-11-09 08:02:06 -05:00
parent 7713ba9249
commit 7c544f6d0c
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A
2 changed files with 5 additions and 2 deletions

View file

@ -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##*/}")

View file

@ -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"