aboutsummaryrefslogtreecommitdiff
path: root/libretro_core_options.h
diff options
context:
space:
mode:
Diffstat (limited to 'libretro_core_options.h')
-rw-r--r--libretro_core_options.h29
1 files changed, 26 insertions, 3 deletions
diff --git a/libretro_core_options.h b/libretro_core_options.h
index 9b89154..41d5ff1 100644
--- a/libretro_core_options.h
+++ b/libretro_core_options.h
@@ -87,9 +87,9 @@ struct retro_core_option_v2_definition option_defs_us[] = {
NULL,
NULL,
{
- { "disabled", NULL },
- { "auto", "Auto" },
- { "manual", "Manual" },
+ { "disabled", NULL },
+ { "auto", "Auto" },
+ { "auto_threshold", "Threshold" },
{ NULL, NULL },
},
"disabled"
@@ -123,6 +123,29 @@ struct retro_core_option_v2_definition option_defs_us[] = {
"33"
},
{
+ "snes9x_2005_frameskip_interval",
+ "Frameskip Interval",
+ NULL,
+ "The maximum number of frames that can be skipped before a new frame is rendered.",
+ NULL,
+ NULL,
+ {
+ { "0", NULL },
+ { "1", NULL },
+ { "2", NULL },
+ { "3", NULL },
+ { "4", NULL },
+ { "5", NULL },
+ { "6", NULL },
+ { "7", NULL },
+ { "8", NULL },
+ { "9", NULL },
+ { "10", NULL },
+ { NULL, NULL },
+ },
+ "4"
+ },
+ {
"snes9x_2005_overclock_cycles",
"Reduce Slowdown (Hack, Unsafe, Restart)",
NULL,