aboutsummaryrefslogtreecommitdiff
path: root/frontend/main.c
diff options
context:
space:
mode:
authornotaz2012-03-02 00:22:07 +0200
committernotaz2012-03-02 00:22:07 +0200
commitcbb260483b3b51839805cc5b8cd95720784118c0 (patch)
treedd9014b09eb94c699d07a2b5641abe30ed6ade11 /frontend/main.c
parent26bce74061b6172c227016663a9511b6c74124e2 (diff)
downloadpcsx_rearmed-cbb260483b3b51839805cc5b8cd95720784118c0.tar.gz
pcsx_rearmed-cbb260483b3b51839805cc5b8cd95720784118c0.tar.bz2
pcsx_rearmed-cbb260483b3b51839805cc5b8cd95720784118c0.zip
gpu-gles: enable texture garbage collection
fixes OOM problems according to schtruck
Diffstat (limited to 'frontend/main.c')
-rw-r--r--frontend/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/main.c b/frontend/main.c
index a305312..c512175 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;