Adds grayscale option.

This commit is contained in:
Themaister 2010-08-19 15:28:57 +02:00
parent 6c7e53b6ce
commit 461e329012

View File

@ -69,9 +69,10 @@ static const bool force_aspect = true;
#define FILTER_NONE 0
#define FILTER_HQ2X 1
#define FILTER_HQ4X 2
#define FILTER_GRAYSCALE 3
////////////////////////
// If you change this to something other than the HQ filters, make sure that you build the filter module in config.mk.
// If you change this to something other than FILTER_NONE, make sure that you build the filter module in config.mk.
#define VIDEO_FILTER FILTER_NONE