libretro: Allow up to 300 MHz overclock (#1193)

This commit is contained in:
Nejsplitter 2023-09-09 16:00:00 +01:00 committed by GitHub
parent b23d37f76f
commit 139f248572
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

View File

@ -718,6 +718,26 @@ struct retro_core_option_v2_definition option_defs_us[] = {
{ "280", "280 MHz" },
{ "290", "290 MHz" },
{ "300", "300 MHz" },
{ "310", "310 MHz" },
{ "320", "320 MHz" },
{ "330", "330 MHz" },
{ "340", "340 MHz" },
{ "350", "350 MHz" },
{ "360", "360 MHz" },
{ "370", "370 MHz" },
{ "380", "380 MHz" },
{ "390", "390 MHz" },
{ "400", "400 MHz" },
{ "410", "410 MHz" },
{ "420", "420 MHz" },
{ "430", "430 MHz" },
{ "440", "440 MHz" },
{ "450", "450 MHz" },
{ "460", "460 MHz" },
{ "470", "470 MHz" },
{ "480", "480 MHz" },
{ "490", "490 MHz" },
{ "500", "500 MHz" },
{ NULL, NULL },
},
"200",