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

Enable CFB for Zilmar build.

This commit is contained in:
Sergey Lipskiy 2014-12-24 16:47:48 +06:00
parent ac5159fe68
commit 3e81c5a835

View File

@ -117,7 +117,7 @@ void Config_LoadConfig()
// manually set frame bufer emulation options
config.frameBufferEmulation.copyToRDRAM = FALSE;
config.frameBufferEmulation.copyFromRDRAM = FALSE;
config.frameBufferEmulation.ignoreCFB = TRUE;
config.frameBufferEmulation.ignoreCFB = FALSE;
config.frameBufferEmulation.N64DepthCompare = FALSE;
config.enableLOD = TRUE;
config.enableNoise = TRUE;