diff options
-rw-r--r-- | frontend/main.c | 1 |
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; |