mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
libretro: Add more options for locked cpu speed
This commit is contained in:
parent
dbcac0e48c
commit
f1e25742b7
1 changed files with 6 additions and 0 deletions
|
@ -209,6 +209,12 @@ struct retro_core_option_v2_definition option_defs_us[] = {
|
|||
{ "222MHz", NULL },
|
||||
{ "266MHz", NULL },
|
||||
{ "333MHz", NULL },
|
||||
{ "444MHz", NULL },
|
||||
{ "555MHz", NULL },
|
||||
{ "666MHz", NULL },
|
||||
{ "777MHz", NULL },
|
||||
{ "888MHz", NULL },
|
||||
{ "999MHz", NULL },
|
||||
{ NULL, NULL },
|
||||
},
|
||||
"disabled"
|
||||
|
|
Loading…
Add table
Reference in a new issue