mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 00:39:53 +00:00
lakka-switch: adding extra overclocks
This commit is contained in:
parent
6db856d430
commit
74eff88ee2
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user