diff options
author | neonloop | 2021-08-27 17:04:48 +0000 |
---|---|---|
committer | neonloop | 2021-08-27 17:04:48 +0000 |
commit | 30bc1bb371c8ee36616e317f90f7c96e6153d398 (patch) | |
tree | 66d3c4f66a854f1685f9afae653df7e014cfef64 /overrides | |
parent | 1a24f2c55bb5e950c5bdd68c83926f14d7626998 (diff) | |
download | picoarch-30bc1bb371c8ee36616e317f90f7c96e6153d398.tar.gz picoarch-30bc1bb371c8ee36616e317f90f7c96e6153d398.tar.bz2 picoarch-30bc1bb371c8ee36616e317f90f7c96e6153d398.zip |
Adds "fastest" ghosting option to gambatte
Diffstat (limited to 'overrides')
-rw-r--r-- | overrides/gambatte.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/overrides/gambatte.h b/overrides/gambatte.h index 53ffb78..7803760 100644 --- a/overrides/gambatte.h +++ b/overrides/gambatte.h @@ -261,8 +261,9 @@ static const struct core_override_option gambatte_core_option_overrides[] = { .desc = "Blending", .info = "Simulates LCD ghosting effects. 'Simple' performs a 50:50 mix. 'Ghosting' mimics LCD response times with multiple buffered frames.", .options = { - [2] = { "lcd_ghosting", "Ghosting (Accurate)" }, - [3] = { "lcd_ghosting_fast", "Ghosting (Fast)" }, + [2] = { "lcd_ghosting", "Ghosting (Accurate)" }, + [3] = { "lcd_ghosting_fast", "Ghosting (Fast)" }, + [4] = { "lcd_ghosting_fastest", "Ghosting (Fastest)" }, } }, { |