gtK: removed some code that changed the scaler to null with opengl as it seems that it works in openGL now
This commit is contained in:
parent
4cf0532e30
commit
d11744b9da
|
@ -571,9 +571,6 @@ void setGl(GtkWidget* w, gpointer p)
|
||||||
else
|
else
|
||||||
g_config->setOption("SDL.OpenGL", 0);
|
g_config->setOption("SDL.OpenGL", 0);
|
||||||
g_config->save();
|
g_config->save();
|
||||||
|
|
||||||
// set scpecial scaler to none; openGL crashes with special scalers on
|
|
||||||
gtk_combo_box_set_active(GTK_COMBO_BOX(p), 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue