- enable PGXP-Z and bilinear filtering by default

This commit is contained in:
Ilya Shurumov 2021-03-16 00:38:32 +06:00
parent e34badb653
commit f9e755df94

View File

@ -101,8 +101,8 @@ windowWidth=1280
windowHeight=720
fullscreen=0 # enable full screen mode; it takes screen resolution
pgxpTextureMapping=1
bilinearFiltering=0 # "smooth" textures
pgxpZbuffer=0 # full Z-buffer on PSX polygons
bilinearFiltering=1 # "smooth" textures
pgxpZbuffer=1 # full Z-buffer on PSX polygons
[game]
languageId=0 # 0 = ENGLISH; 1 = ITALIAN; 2 = GERMAN; 3 = FRENCH; 4 = SPANISH;