diff options
Diffstat (limited to 'libretro_core_options.h')
-rw-r--r-- | libretro_core_options.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/libretro_core_options.h b/libretro_core_options.h index 409590c..154dc74 100644 --- a/libretro_core_options.h +++ b/libretro_core_options.h @@ -221,6 +221,22 @@ struct retro_core_option_v2_definition option_defs_us[] = { }, "disabled" }, +#ifdef USE_DYNAREC + { + "snes9x_2005_dynarec", + "Dynamic Recompiler", + NULL, + "Enables experimental dynamic recompiler.", + NULL, + NULL, + { + { "disabled", NULL }, + { "enabled", NULL }, + { NULL, NULL }, + }, + "disabled" + }, +#endif { NULL, NULL, NULL, NULL, NULL, NULL, {{0}}, NULL }, }; |