Forgot this :)

svn-id: r12439
This commit is contained in:
James Brown 2004-01-16 16:57:51 +00:00
parent 8f4a6f7bda
commit e9ca5a1b6d

View file

@ -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);