X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=mupen64plus-pandora.git;a=blobdiff_plain;f=source%2Fgles2n64%2Fsrc%2FgSP.cpp;h=2ba59450a8eefa0defa049ec7caccc626d1fac00;hp=a9ae4ea83db4b790ade6de9070c185f134ee6076;hb=c4fb3d4c6a13524a13832477b0e143c4e4e76342;hpb=9e0ef69c50bda56e1ea5febdd58cddc7cefed821 diff --git a/source/gles2n64/src/gSP.cpp b/source/gles2n64/src/gSP.cpp index a9ae4ea..2ba5945 100755 --- a/source/gles2n64/src/gSP.cpp +++ b/source/gles2n64/src/gSP.cpp @@ -1175,7 +1175,7 @@ void gSPDMATriangles( u32 tris, u32 n ) if ((gSP.geometryMode&G_CULL_BOTH) != mode) { - OGL_DrawTriangles(); +// OGL_DrawTriangles(); gSP.geometryMode &= ~G_CULL_BOTH; gSP.geometryMode |= mode; gSP.changed |= CHANGED_GEOMETRYMODE; @@ -1195,9 +1195,9 @@ void gSPDMATriangles( u32 tris, u32 n ) triangles++; } -#ifdef __TRIBUFFER_OPT +//#ifdef __TRIBUFFER_OPT OGL_DrawTriangles(); -#endif +//#endif } void gSP1Quadrangle( s32 v0, s32 v1, s32 v2, s32 v3)