diff --git a/libretro_core_options.h b/libretro_core_options.h index 18fca6a..0009558 100644 --- a/libretro_core_options.h +++ b/libretro_core_options.h @@ -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)",