1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-07 03:13:49 +00:00

Increase default texture cache size for Zilmar build.

This commit is contained in:
Sergey Lipskiy 2014-10-04 16:57:08 +07:00
parent cc22e79f51
commit 5f0cbecb5e

View File

@ -106,7 +106,7 @@ void Config_LoadConfig()
config.video.fullscreenBits = 16;
config.video.fullscreenRefresh = 60;
config.texture.forceBilinear = FALSE;
config.texture.maxBytes = 32 * uMegabyte;
config.texture.maxBytes = 192 * uMegabyte;
config.frameBufferEmulation.enable = FALSE;
config.frameBufferEmulation.copyDepthToRDRAM = FALSE;
config.texture.textureBitDepth = 1;