Skip to content

Commit

Permalink
lakka-switch: adding extra overclocks
Browse files Browse the repository at this point in the history
  • Loading branch information
plaidman committed May 12, 2019
1 parent 6db856d commit 74eff88
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions switch_performance_profiles.h
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 74eff88

Please sign in to comment.