gpu-gles: enable texture garbage collection
authornotaz <notasas@gmail.com>
Thu, 1 Mar 2012 22:22:07 +0000 (00:22 +0200)
committernotaz <notasas@gmail.com>
Thu, 1 Mar 2012 22:22:07 +0000 (00:22 +0200)
fixes OOM problems according to schtruck

frontend/main.c

index a305312..c512175 100644 (file)
@@ -152,6 +152,7 @@ void emu_set_default_config(void)
        pl_rearmed_cbs.gpu_unai.no_light =
        pl_rearmed_cbs.gpu_unai.no_blend = 0;
        pl_rearmed_cbs.gpu_peopsgl.iVRamSize = 64;
+       pl_rearmed_cbs.gpu_peopsgl.iTexGarbageCollection = 1;
 
        iUseReverb = 2;
        iUseInterpolation = 1;