X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Fgles2rice%2Fsrc%2FOGLGraphicsContext.cpp;h=09acac098610f562c78ecac58e37d7bf806a640b;hb=b1ad0508c0f0c51b99730c614e83d2b763bcca11;hp=6c1f4e8b5398eb1842b71945fae73eb6a3080d81;hpb=0c9dca78d037f55fed62bf7d92c9db2abd11d654;p=mupen64plus-pandora.git diff --git a/source/gles2rice/src/OGLGraphicsContext.cpp b/source/gles2rice/src/OGLGraphicsContext.cpp index 6c1f4e8..09acac0 100755 --- a/source/gles2rice/src/OGLGraphicsContext.cpp +++ b/source/gles2rice/src/OGLGraphicsContext.cpp @@ -310,7 +310,7 @@ void COGLGraphicsContext::InitOGLExtension(void) m_bSupportAnisotropicFiltering = IsExtensionSupported("GL_EXT_texture_filter_anisotropic"); #else m_bSupportMultiTexture = true; - m_bSupportFogCoord = false; + m_bSupportFogCoord = true; m_bSupportAnisotropicFiltering = true; #endif // Compute maxAnisotropicFiltering