diff --git a/packages/sysutils/powerstate/sources/powerstate.sh b/packages/sysutils/powerstate/sources/powerstate.sh index 9ef48328b..c63a83e21 100755 --- a/packages/sysutils/powerstate/sources/powerstate.sh +++ b/packages/sysutils/powerstate/sources/powerstate.sh @@ -31,7 +31,7 @@ do then GPUPROFILE="auto" fi - ledcontrol + ledcontrol $(get_setting led.color) audio_powersave 1 cpu_perftune battery gpu_performance_level ${GPUPROFILE} @@ -44,7 +44,7 @@ do ;; *) log $0 "Switching to performance mode." - ledcontrol + ledcontrol $(get_setting led.color) audio_powersave 0 cpu_perftune performance gpu_performance_level auto diff --git a/packages/ui/emulationstation/package.mk b/packages/ui/emulationstation/package.mk index 5f885530c..cb25097b5 100644 --- a/packages/ui/emulationstation/package.mk +++ b/packages/ui/emulationstation/package.mk @@ -3,7 +3,7 @@ # Copyright (C) 2020-present Fewtarius PKG_NAME="emulationstation" -PKG_VERSION="4a37b74" +PKG_VERSION="b901422" PKG_GIT_CLONE_BRANCH="main" PKG_REV="1" PKG_ARCH="any"