diff options
author | Lars Persson | 2009-11-30 08:55:51 +0000 |
---|---|---|
committer | Lars Persson | 2009-11-30 08:55:51 +0000 |
commit | 2811d0fd310a7a12d5dfb0f8dc0d7fc08044d2cb (patch) | |
tree | 0b7db3f940f8c586a9e77c0b6cec96c339f00487 /backends/platform/sdl | |
parent | 6d5f8edb42ca4a855697ac53034b32387b857644 (diff) | |
download | scummvm-rg350-2811d0fd310a7a12d5dfb0f8dc0d7fc08044d2cb.tar.gz scummvm-rg350-2811d0fd310a7a12d5dfb0f8dc0d7fc08044d2cb.tar.bz2 scummvm-rg350-2811d0fd310a7a12d5dfb0f8dc0d7fc08044d2cb.zip |
Remove use_scaler defines around enum in order for graphics to compile properly.
svn-id: r46216
Diffstat (limited to 'backends/platform/sdl')
-rw-r--r-- | backends/platform/sdl/sdl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/backends/platform/sdl/sdl.h b/backends/platform/sdl/sdl.h index e6bd3b8159..6163d21105 100644 --- a/backends/platform/sdl/sdl.h +++ b/backends/platform/sdl/sdl.h @@ -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 { |