From e9ca5a1b6de350cedeb58268f5e3157f6fe35a72 Mon Sep 17 00:00:00 2001 From: James Brown Date: Fri, 16 Jan 2004 16:57:51 +0000 Subject: Forgot this :) svn-id: r12439 --- backends/sdl/sdl.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'backends') diff --git a/backends/sdl/sdl.cpp b/backends/sdl/sdl.cpp index cc22921f5c..fc8d5781c5 100644 --- a/backends/sdl/sdl.cpp +++ b/backends/sdl/sdl.cpp @@ -396,6 +396,10 @@ uint32 OSystem_SDL::property(int param, Property *value) { _adjustAspectRatio ^= true; hotswap_gfx_mode(); } + } else if (param == PROP_HAS_SCALER) { + if (value->gfx_mode <= 11) // FIXME: Hardcoded + return 1; + return 0; } return OSystem_SDL_Common::property(param, value); -- cgit v1.2.3