Remove use_scaler defines around enum in order for graphics to compile properly.

svn-id: r46216
This commit is contained in:
Lars Persson 2009-11-30 08:55:51 +00:00
parent 6d5f8edb42
commit 2811d0fd31

View file

@ -57,7 +57,6 @@ namespace Audio {
enum {
GFX_NORMAL = 0,
#ifndef DISABLE_SCALERS
GFX_DOUBLESIZE = 1,
GFX_TRIPLESIZE = 2,
GFX_2XSAI = 3,
@ -69,7 +68,6 @@ enum {
GFX_HQ3X = 9,
GFX_TV2X = 10,
GFX_DOTMATRIX = 11
#endif
};
class AspectRatio {