From fcba18e564140e82799094f2066a098fc6a721b6 Mon Sep 17 00:00:00 2001 From: Themaister Date: Tue, 25 Jan 2011 11:08:40 +0100 Subject: [PATCH] Disable filters by default since they're kinda obsolete and bloat the binary. --- qb/config.params.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qb/config.params.sh b/qb/config.params.sh index 3ec159eca2..783e67ed5e 100644 --- a/qb/config.params.sh +++ b/qb/config.params.sh @@ -10,7 +10,7 @@ PACKAGE_VERSION=0.2 add_command_line_enable DYNAMIC "Enable dynamic loading of libsnes library." no add_command_line_string LIBSNES "libsnes library used" "-lsnes" add_command_line_enable FFMPEG "Enable FFmpeg recording support" no -add_command_line_enable FILTER "Disable CPU filter support" yes +add_command_line_enable FILTER "Enable CPU filter support" no add_command_line_enable CONFIGFILE "Disable support for config file" yes add_command_line_enable CG "Enable Cg shader support" auto add_command_line_enable XML "Enable bSNES-style XML shader support" auto