Revert "move some options into hacks category"

This commit is contained in:
Autechre 2021-08-17 10:26:00 +02:00 committed by GitHub
parent 0b9aad639a
commit 7685984029
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,7 +91,7 @@ struct retro_core_option_v2_definition option_defs_us[] = {
NULL,
"Remove 16-sprites-per-scanline hardware limit.",
NULL,
"hacks",
"video",
{
{ "disabled", NULL },
{ "enabled", NULL },
@ -100,33 +100,6 @@ struct retro_core_option_v2_definition option_defs_us[] = {
"disabled",
"bool"
},
{
"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",
"int"
},
{
"pce_fast_frameskip",
"Frameskip",
@ -583,6 +556,33 @@ struct retro_core_option_v2_definition option_defs_us[] = {
"System Card 3",
NULL
},
{
"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",
"int"
},
{
"pce_disable_softreset",
"Disable Soft Reset (RUN+SELECT)",