mirror of https://github.com/snes9xgit/snes9x.git
Be conservative with OpenGL version for now.
This commit is contained in:
parent
f9b553638f
commit
d58c37c4da
|
@ -85,8 +85,6 @@ bool GTKGLXContext::attach (GtkWidget *widget)
|
||||||
bool GTKGLXContext::create_context ()
|
bool GTKGLXContext::create_context ()
|
||||||
{
|
{
|
||||||
int context_attribs[] = {
|
int context_attribs[] = {
|
||||||
GLX_CONTEXT_MAJOR_VERSION_ARB, 4,
|
|
||||||
GLX_CONTEXT_MINOR_VERSION_ARB, 5,
|
|
||||||
GLX_CONTEXT_PROFILE_MASK_ARB, GLX_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB,
|
GLX_CONTEXT_PROFILE_MASK_ARB, GLX_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB,
|
||||||
None
|
None
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue