From cbb260483b3b51839805cc5b8cd95720784118c0 Mon Sep 17 00:00:00 2001 From: notaz Date: Fri, 2 Mar 2012 00:22:07 +0200 Subject: [PATCH] gpu-gles: enable texture garbage collection fixes OOM problems according to schtruck --- frontend/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/main.c b/frontend/main.c index a3053129..c512175a 100644 --- a/frontend/main.c +++ b/frontend/main.c @@ -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; -- 2.39.2