Merge pull request #2133 from fewtarius/dev
Add 30W overclock for AMD64 devices.
This commit is contained in:
commit
f2680638c9
2 changed files with 4 additions and 1 deletions
|
@ -76,6 +76,9 @@ case ${PROFILE} in
|
|||
28w)
|
||||
WATTS="28000"
|
||||
;;
|
||||
30w)
|
||||
WATTS="30000"
|
||||
;;
|
||||
*)
|
||||
WATTS="${PROFILE}"
|
||||
;;
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue