From 854c15de8754ef10ae19b0b0ddc75ec9b112d379 Mon Sep 17 00:00:00 2001 From: zeromus Date: Thu, 7 Feb 2013 20:27:46 +0000 Subject: [PATCH] win32-dont depend on wgl render target extension --- desmume/src/windows/ogl.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/desmume/src/windows/ogl.cpp b/desmume/src/windows/ogl.cpp index a1d24185f..5dfd0873b 100644 --- a/desmume/src/windows/ogl.cpp +++ b/desmume/src/windows/ogl.cpp @@ -185,7 +185,6 @@ bool windows_opengl_init() WGL_BLUE_BITS_ARB,8, WGL_ALPHA_BITS_ARB,8, WGL_DRAW_TO_PBUFFER_ARB, GL_TRUE, - WGL_BIND_TO_TEXTURE_RGBA_ARB, GL_TRUE, WGL_SUPPORT_OPENGL_ARB,GL_TRUE, WGL_ACCELERATION_ARB,WGL_FULL_ACCELERATION_ARB, WGL_DOUBLE_BUFFER_ARB,GL_FALSE,