mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-15 05:00:47 +00:00
Missed one spot.
svn-id: r11570
This commit is contained in:
parent
e11c741e82
commit
2ef887fd44
@ -682,14 +682,6 @@ bool OSystem_SDL_Common::poll_event(Event *event) {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Ctr-Alt-b changes to bilinear filtering in the OpenGL backend
|
|
||||||
if (ev.key.keysym.sym == 'b') {
|
|
||||||
prop.gfx_mode = GFX_BILINEAR;
|
|
||||||
property(PROP_SET_GFX_MODE, &prop);
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// Increase/decrease the scale factor
|
// Increase/decrease the scale factor
|
||||||
// TODO: Shall we 'wrap around' here?
|
// TODO: Shall we 'wrap around' here?
|
||||||
if (ev.key.keysym.sym == '=' || ev.key.keysym.sym == '+' || ev.key.keysym.sym == '-') {
|
if (ev.key.keysym.sym == '=' || ev.key.keysym.sym == '+' || ev.key.keysym.sym == '-') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user