diff --git a/src/Config.cpp b/src/Config.cpp index afcd4ba0..bd08c69b 100644 --- a/src/Config.cpp +++ b/src/Config.cpp @@ -52,7 +52,7 @@ void Config::resetToDefaults() #endif frameBufferEmulation.enable = 1; - frameBufferEmulation.copyDepthToRDRAM = cdDisable; + frameBufferEmulation.copyDepthToRDRAM = cdSoftwareRender; frameBufferEmulation.copyFromRDRAM = 0; frameBufferEmulation.copyAuxToRDRAM = 0; frameBufferEmulation.copyToRDRAM = ctAsync;