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

Revert "Enable N64DepthCompare by default."

due to regression in Indiana Jones, #1977

This reverts commit d420737d6d.
This commit is contained in:
Sergey Lipskiy 2019-01-08 16:50:08 +07:00
parent d420737d6d
commit e676384550

View File

@ -54,7 +54,7 @@ void Config::resetToDefaults()
frameBufferEmulation.copyFromRDRAM = 0;
frameBufferEmulation.copyAuxToRDRAM = 0;
frameBufferEmulation.copyToRDRAM = ctDoubleBuffer;
frameBufferEmulation.N64DepthCompare = 1;
frameBufferEmulation.N64DepthCompare = 0;
frameBufferEmulation.forceDepthBufferClear = 0;
frameBufferEmulation.aspect = a43;
frameBufferEmulation.bufferSwapMode = bsOnVerticalInterrupt;