Remove use_scaler defines around enum in order for graphics to compile properly.
svn-id: r46216
This commit is contained in:
parent
6d5f8edb42
commit
2811d0fd31
1 changed files with 0 additions and 2 deletions
|
@ -57,7 +57,6 @@ namespace Audio {
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
GFX_NORMAL = 0,
|
GFX_NORMAL = 0,
|
||||||
#ifndef DISABLE_SCALERS
|
|
||||||
GFX_DOUBLESIZE = 1,
|
GFX_DOUBLESIZE = 1,
|
||||||
GFX_TRIPLESIZE = 2,
|
GFX_TRIPLESIZE = 2,
|
||||||
GFX_2XSAI = 3,
|
GFX_2XSAI = 3,
|
||||||
|
@ -69,7 +68,6 @@ enum {
|
||||||
GFX_HQ3X = 9,
|
GFX_HQ3X = 9,
|
||||||
GFX_TV2X = 10,
|
GFX_TV2X = 10,
|
||||||
GFX_DOTMATRIX = 11
|
GFX_DOTMATRIX = 11
|
||||||
#endif
|
|
||||||
};
|
};
|
||||||
|
|
||||||
class AspectRatio {
|
class AspectRatio {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue