diff --git a/Makefile b/Makefile index 0ea79695a..4ad3220c4 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ src-pkg: world: x86_64 -x86_64: handheld +x86_64: handheld RK3588 handheld: DEVICE_ROOT=handheld PROJECT=PC DEVICE=handheld ARCH=x86_64 ./scripts/build_distro diff --git a/packages/ui/emulationstation/package.mk b/packages/ui/emulationstation/package.mk index fec7ed7d0..06efbca6b 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="3e5e6ae" +PKG_VERSION="31bcda1" PKG_GIT_CLONE_BRANCH="main" PKG_REV="1" PKG_ARCH="any"