notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26bce74
)
gpu-gles: enable texture garbage collection
author
notaz
<notasas@gmail.com>
Thu, 1 Mar 2012 22:22:07 +0000
(
00:22
+0200)
committer
notaz
<notasas@gmail.com>
Thu, 1 Mar 2012 22:22:07 +0000
(
00:22
+0200)
fixes OOM problems according to schtruck
frontend/main.c
patch
|
blob
|
blame
|
history
diff --git
a/frontend/main.c
b/frontend/main.c
index
a305312
..
c512175
100644
(file)
--- 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;