From 74eff88ee25ffa802d8b81ee3a24736ffde9b5f5 Mon Sep 17 00:00:00 2001 From: plaidman Date: Sat, 11 May 2019 21:05:44 -0400 Subject: [PATCH] lakka-switch: adding extra overclocks --- switch_performance_profiles.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/switch_performance_profiles.h b/switch_performance_profiles.h index 8b121a2592..2ee1fd9dc2 100644 --- a/switch_performance_profiles.h +++ b/switch_performance_profiles.h @@ -64,7 +64,9 @@ static int SWITCH_BRIGHTNESS[] = { static char *SWITCH_CPU_PROFILES[] = { #ifndef HAVE_LIBNX - // for switch-lakka - same as LIBNX but only by coincidence + "Max Overdrive +3", + "Max Overdrive +2", + "Max Overdrive +1", "Maximum Performance", "High Performance", "Boost Performance", @@ -88,7 +90,9 @@ static char *SWITCH_CPU_PROFILES[] = { static char *SWITCH_CPU_SPEEDS[] = { #ifndef HAVE_LIBNX - // for switch-lakka - same as LIBNX but only by coincidence + " **UNSTABLE** 2091 MHz", + " **UNSTABLE** 1989 MHz", + " **UNSTABLE** 1887 MHz", "1785 MHz", "1581 MHz", "1224 MHz",