[Scummvm-cvs-logs] CVS: scummvm/backends/sdl sdl.cpp,1.55,1.56
James Brown
ender at users.sourceforge.net
Fri Jan 16 08:58:05 CET 2004
Update of /cvsroot/scummvm/scummvm/backends/sdl
In directory sc8-pr-cvs1:/tmp/cvs-serv15101
Modified Files:
sdl.cpp
Log Message:
Forgot this :)
Index: sdl.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/sdl/sdl.cpp,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- sdl.cpp 6 Jan 2004 12:45:27 -0000 1.55
+++ sdl.cpp 16 Jan 2004 16:57:51 -0000 1.56
@@ -396,6 +396,10 @@
_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);
More information about the Scummvm-git-logs
mailing list