From 0be7aab31b03611f8f7d6fc81ace488e697f755c Mon Sep 17 00:00:00 2001 From: Douglas Teles Date: Tue, 7 Jul 2026 17:03:08 -0300 Subject: [PATCH] emulationstation: default power LED selection to on, matching boot Co-Authored-By: Claude Fable 5 --- projects/ArchR/packages/ui/emulationstation/package.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/ArchR/packages/ui/emulationstation/package.mk b/projects/ArchR/packages/ui/emulationstation/package.mk index 9cae2f3221..66d3e27c97 100644 --- a/projects/ArchR/packages/ui/emulationstation/package.mk +++ b/projects/ArchR/packages/ui/emulationstation/package.mk @@ -2,7 +2,7 @@ # Copyright (C) 2026 ArchR (https://github.com/archr-linux/Arch-R) PKG_NAME="emulationstation" -PKG_VERSION="52ce40a43fe27c25e7d1d0f0a058b93bfdeeacf0" +PKG_VERSION="f25c4475a348f534de8ff724e9e42808b7a80a12" PKG_GIT_CLONE_BRANCH="master" PKG_LICENSE="GPL" PKG_SITE="https://github.com/archr-linux/emulationstation-next"