mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
Merge pull request #8767 from plaidman/master
lakka-switch: adding extra overclocks
This commit is contained in:
commit
ef5d15e6f9
@ -64,7 +64,9 @@ static int SWITCH_BRIGHTNESS[] = {
|
|||||||
|
|
||||||
static char *SWITCH_CPU_PROFILES[] = {
|
static char *SWITCH_CPU_PROFILES[] = {
|
||||||
#ifndef HAVE_LIBNX
|
#ifndef HAVE_LIBNX
|
||||||
// for switch-lakka - same as LIBNX but only by coincidence
|
"Max Overdrive +3",
|
||||||
|
"Max Overdrive +2",
|
||||||
|
"Max Overdrive +1",
|
||||||
"Maximum Performance",
|
"Maximum Performance",
|
||||||
"High Performance",
|
"High Performance",
|
||||||
"Boost Performance",
|
"Boost Performance",
|
||||||
@ -88,7 +90,9 @@ static char *SWITCH_CPU_PROFILES[] = {
|
|||||||
|
|
||||||
static char *SWITCH_CPU_SPEEDS[] = {
|
static char *SWITCH_CPU_SPEEDS[] = {
|
||||||
#ifndef HAVE_LIBNX
|
#ifndef HAVE_LIBNX
|
||||||
// for switch-lakka - same as LIBNX but only by coincidence
|
" **UNSTABLE** 2091 MHz",
|
||||||
|
" **UNSTABLE** 1989 MHz",
|
||||||
|
" **UNSTABLE** 1887 MHz",
|
||||||
"1785 MHz",
|
"1785 MHz",
|
||||||
"1581 MHz",
|
"1581 MHz",
|
||||||
"1224 MHz",
|
"1224 MHz",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user