move some options into hacks category

This commit is contained in:
Tatsuya79 2021-08-16 15:11:03 +02:00 committed by GitHub
parent 284a84846b
commit 31f0f8e977
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)",