mirror of
https://github.com/libretro/beetle-pce-fast-libretro.git
synced 2024-11-23 07:50:03 +00:00
move some options into hacks category
This commit is contained in:
parent
284a84846b
commit
31f0f8e977
@ -90,7 +90,7 @@ struct retro_core_option_v2_definition option_defs_us[] = {
|
||||
NULL,
|
||||
"Remove 16-sprites-per-scanline hardware limit.",
|
||||
NULL,
|
||||
"video",
|
||||
"hacks",
|
||||
{
|
||||
{ "disabled", NULL },
|
||||
{ "enabled", NULL },
|
||||
@ -98,6 +98,32 @@ struct retro_core_option_v2_definition option_defs_us[] = {
|
||||
},
|
||||
"disabled"
|
||||
},
|
||||
{
|
||||
"pce_ocmultiplier",
|
||||
"CPU Overclock Multiplier (Restart)",
|
||||
NULL,
|
||||
"Overclock the emulated CPU.",
|
||||
NULL,
|
||||
"hacks",
|
||||
{
|
||||
{ "1", NULL },
|
||||
{ "2", NULL },
|
||||
{ "3", NULL },
|
||||
{ "4", NULL },
|
||||
{ "5", NULL },
|
||||
{ "6", NULL },
|
||||
{ "7", NULL },
|
||||
{ "8", NULL },
|
||||
{ "9", NULL },
|
||||
{ "10", NULL },
|
||||
{ "20", NULL },
|
||||
{ "30", NULL },
|
||||
{ "40", NULL },
|
||||
{ "50", NULL },
|
||||
{ NULL, NULL },
|
||||
},
|
||||
"1"
|
||||
},
|
||||
{
|
||||
"pce_fast_frameskip",
|
||||
"Frameskip",
|
||||
@ -537,32 +563,6 @@ struct retro_core_option_v2_definition option_defs_us[] = {
|
||||
},
|
||||
"System Card 3"
|
||||
},
|
||||
{
|
||||
"pce_ocmultiplier",
|
||||
"CPU Overclock Multiplier (Restart)",
|
||||
NULL,
|
||||
"Overclock the emulated CPU.",
|
||||
NULL,
|
||||
NULL,
|
||||
{
|
||||
{ "1", NULL },
|
||||
{ "2", NULL },
|
||||
{ "3", NULL },
|
||||
{ "4", NULL },
|
||||
{ "5", NULL },
|
||||
{ "6", NULL },
|
||||
{ "7", NULL },
|
||||
{ "8", NULL },
|
||||
{ "9", NULL },
|
||||
{ "10", NULL },
|
||||
{ "20", NULL },
|
||||
{ "30", NULL },
|
||||
{ "40", NULL },
|
||||
{ "50", NULL },
|
||||
{ NULL, NULL },
|
||||
},
|
||||
"1"
|
||||
},
|
||||
{
|
||||
"pce_disable_softreset",
|
||||
"Disable Soft Reset (RUN+SELECT)",
|
||||
|
Loading…
Reference in New Issue
Block a user