X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Frice_gles%2Fsrc%2FOGLGraphicsContext.cpp;h=3eae73c1b2378048d78ed4a307e246368357e432;hb=2f75cc30366660c2405780c1490f37a5882104ad;hp=151804bbdd50f431029ba7bdafcc8fb86db70ec4;hpb=d07c171fa694cae985ad7045f9ce2b2f1a5699b4;p=mupen64plus-pandora.git diff --git a/source/rice_gles/src/OGLGraphicsContext.cpp b/source/rice_gles/src/OGLGraphicsContext.cpp index 151804b..3eae73c 100755 --- a/source/rice_gles/src/OGLGraphicsContext.cpp +++ b/source/rice_gles/src/OGLGraphicsContext.cpp @@ -301,7 +301,7 @@ void COGLGraphicsContext::InitState(void) glDepthRange(-1, 1); #elif SDL_VIDEO_OPENGL_ES2 - glDepthRangef(0.0f, 1.0f); + glDepthRangef(-1.0f, 1.0f); #endif OPENGL_CHECK_ERRORS; } @@ -313,7 +313,7 @@ void COGLGraphicsContext::InitOGLExtension(void) m_bSupportMultiTexture = true; m_bSupportTextureEnvCombine = true; m_bSupportSeparateSpecularColor = true; - m_bSupportSecondColor = true; + m_bSupportSecondColor = false; m_bSupportFogCoord = false; m_bSupportTextureObject = false; m_bSupportRescaleNormal = true;