Forgot this :)
svn-id: r12439
This commit is contained in:
parent
8f4a6f7bda
commit
e9ca5a1b6d
1 changed files with 4 additions and 0 deletions
|
@ -396,6 +396,10 @@ uint32 OSystem_SDL::property(int param, Property *value) {
|
||||||
_adjustAspectRatio ^= true;
|
_adjustAspectRatio ^= true;
|
||||||
hotswap_gfx_mode();
|
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);
|
return OSystem_SDL_Common::property(param, value);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue