aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/gpu-gles/gpuTexture.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/gpu-gles/gpuTexture.c b/plugins/gpu-gles/gpuTexture.c
index c5fa2be..264458e 100644
--- a/plugins/gpu-gles/gpuTexture.c
+++ b/plugins/gpu-gles/gpuTexture.c
@@ -472,6 +472,9 @@ void CheckTextureMemory(void)
return;
}
+#if 1
+ iSortTexCnt=MAXSORTTEX;
+#else // below vram detector supposedly crashes some drivers
iTSize=256;
p=(char *)malloc(iTSize*iTSize*4);
@@ -508,6 +511,7 @@ void CheckTextureMemory(void)
else iSortTexCnt=iCnt-3+min(1,0); // place for menu&texwnd
if(iSortTexCnt<8) iSortTexCnt=8;
+#endif
}
////////////////////////////////////////////////////////////////////////