aboutsummaryrefslogtreecommitdiff
path: root/overrides/snes9x2005.h
diff options
context:
space:
mode:
Diffstat (limited to 'overrides/snes9x2005.h')
-rw-r--r--overrides/snes9x2005.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/overrides/snes9x2005.h b/overrides/snes9x2005.h
index af2f0ff..237a89a 100644
--- a/overrides/snes9x2005.h
+++ b/overrides/snes9x2005.h
@@ -31,6 +31,10 @@ static const struct core_override_option snes9x2005_core_option_overrides[] = {
.desc = "Reduce Flicker",
.info = "Raises sprite limit to reduce flickering in games.",
},
+ {
+ .key = "snes9x_2005_dynarec",
+ .default_value = "enabled",
+ },
{ NULL }
};