From 7c6a0f58d1b45870a414fbbaba4d9d1cc6674318 Mon Sep 17 00:00:00 2001 From: Brandon Wright Date: Sun, 23 Jan 2011 17:07:22 -0600 Subject: [PATCH] Choose a sane default for filter mode. --- gtk/src/gtk_config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/src/gtk_config.cpp b/gtk/src/gtk_config.cpp index 167e07d2..c0f3bde5 100644 --- a/gtk/src/gtk_config.cpp +++ b/gtk/src/gtk_config.cpp @@ -135,7 +135,7 @@ Snes9xConfig::load_defaults (void) allow_xv = 0; allow_xrandr = 0; force_inverted_byte_order = FALSE; - hires_effect = HIRES_MERGE; + hires_effect = HIRES_NORMAL; pause_emulation_on_switch = 0; num_threads = 2; mute_sound = FALSE;