aboutsummaryrefslogtreecommitdiff
path: root/overrides/snes9x2005.h
diff options
context:
space:
mode:
authorneonloop2022-02-10 15:46:51 +0000
committerneonloop2022-02-10 15:46:51 +0000
commite506386fc683b18c2e25a27e8c3f7a220a92e5e1 (patch)
treef7da313b7a7cd43de4baf329c76490546cf8641c /overrides/snes9x2005.h
parentaf5f38f00f49ab0c60425270502a09a9fee5fd23 (diff)
downloadpicoarch-e506386fc683b18c2e25a27e8c3f7a220a92e5e1.tar.gz
picoarch-e506386fc683b18c2e25a27e8c3f7a220a92e5e1.tar.bz2
picoarch-e506386fc683b18c2e25a27e8c3f7a220a92e5e1.zip
Updates cores and moves to snes9x2005 fork
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 }
};