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

Enable Noise for Zilma'r build.

This commit is contained in:
Sergey Lipskiy 2014-12-07 01:13:28 +06:00
parent 883d6847a5
commit 209605cf76

View File

@ -120,6 +120,7 @@ void Config_LoadConfig()
config.frameBufferEmulation.ignoreCFB = TRUE;
config.frameBufferEmulation.N64DepthCompare = FALSE;
config.enableLOD = TRUE;
config.enableNoise = TRUE;
config.hacks = 0;
}