Skip to content

Commit e7da101

Browse files
committed
Revert "Switch: Fix Clock speed menus on mariko. (#1822)"
This reverts commit 1ad4374.
1 parent 9574e4d commit e7da101

File tree

5 files changed

+49
-391
lines changed

5 files changed

+49
-391
lines changed

packages/lakka/retroarch_base/retroarch/patches/0001-lakka-switch-Add_Support_for_Mariko_Overclock.patch

Lines changed: 0 additions & 226 deletions
This file was deleted.

projects/L4T/devices/Switch/packages/switch-cpu-profile/package.mk

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
PKG_NAME="switch-cpu-profile"
2-
PKG_VERSION="2.0"
2+
PKG_VERSION="1.1"
33
PKG_DEPENDS_TARGET="Python3"
44
PKG_TOOLCHAIN="manual"
55

66
makeinstall_target() {
77
mkdir -p ${INSTALL}/usr/bin
8-
cp -v ${PKG_DIR}/scripts/cpu-profile ${INSTALL}/usr/bin
8+
#cp -v ${PKG_DIR}/scripts/cpu-profile ${INSTALL}/usr/bin
9+
touch ${INSTALL}/usr/bin/cpu-profile
910
chmod +x ${INSTALL}/usr/bin/cpu-profile
1011
}
1112

0 commit comments

Comments
 (0)