mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-13 12:10:30 +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;
|
||||
}
|
||||
|
||||
// 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
|
||||
// TODO: Shall we 'wrap around' here?
|
||||
if (ev.key.keysym.sym == '=' || ev.key.keysym.sym == '+' || ev.key.keysym.sym == '-') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user