From 3e81c5a835f30f4e4ee40d3c32766e1f76ef206b Mon Sep 17 00:00:00 2001 From: Sergey Lipskiy Date: Wed, 24 Dec 2014 16:47:48 +0600 Subject: [PATCH] Enable CFB for Zilmar build. --- windows/Config_windows.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/Config_windows.cpp b/windows/Config_windows.cpp index b8afbc4e..de7e64d0 100644 --- a/windows/Config_windows.cpp +++ b/windows/Config_windows.cpp @@ -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;