From 30bc1bb371c8ee36616e317f90f7c96e6153d398 Mon Sep 17 00:00:00 2001 From: neonloop Date: Fri, 27 Aug 2021 17:04:48 +0000 Subject: Adds "fastest" ghosting option to gambatte --- overrides/gambatte.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'overrides') 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)" }, } }, { -- cgit v1.2.3