Merge pull request #2133 from fewtarius/dev

Add 30W overclock for AMD64 devices.
This commit is contained in:
fewtarius 2023-10-01 12:18:28 -04:00 committed by GitHub
commit f2680638c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

@ -76,6 +76,9 @@ case ${PROFILE} in
28w)
WATTS="28000"
;;
30w)
WATTS="30000"
;;
*)
WATTS="${PROFILE}"
;;

View file

@ -3,7 +3,7 @@
# Copyright (C) 2020-present Fewtarius
PKG_NAME="emulationstation"
PKG_VERSION="ae6d295"
PKG_VERSION="345fc99"
PKG_GIT_CLONE_BRANCH="main"
PKG_REV="1"
PKG_ARCH="any"