Choose a sane default for filter mode.

This commit is contained in:
Brandon Wright 2011-01-23 17:07:22 -06:00
parent 288a629311
commit 7c6a0f58d1
1 changed files with 1 additions and 1 deletions

View File

@ -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;