From: notaz Date: Thu, 1 Mar 2012 22:22:07 +0000 (+0200) Subject: gpu-gles: enable texture garbage collection X-Git-Tag: r14~4 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=commitdiff_plain;h=cbb260483b3b51839805cc5b8cd95720784118c0 gpu-gles: enable texture garbage collection fixes OOM problems according to schtruck --- 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;