Remove filters from config.def.h

This commit is contained in:
Themaister 2010-12-30 01:42:10 +01:00
parent 51e08c3fd1
commit 5a8fe27199

View File

@ -65,22 +65,6 @@ static const bool video_smooth = true;
// On resize and fullscreen, rendering area will stay 4:3
static const bool force_aspect = true;
/////////// Video filters (CPU based)
#ifdef HAVE_FILTER
#define FILTER_HQ2X 1
#define FILTER_HQ4X 2
#define FILTER_GRAYSCALE 3
#define FILTER_BLEED 4
#define FILTER_NTSC 5
#define FILTER_HQ2X_STR "hq2x"
#define FILTER_HQ4X_STR "hq4x"
#define FILTER_GRAYSCALE_STR "grayscale"
#define FILTER_BLEED_STR "bleed"
#define FILTER_NTSC_STR "ntsc"
#endif
////////////////////////
////////////////
// Audio
////////////////