Merge pull request #2096 from fewtarius/dev
Use a brightness level of 3 to eliminate a glitchy display on Air Plus. Update Powerstate to set the LED color to fix a LEDs turning on when AIR Plus is unplugged.
This commit is contained in:
commit
a6ff61565a
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue