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

Disable coverage by default.

Fixes #2426
This commit is contained in:
Sergey Lipskiy 2021-01-03 21:55:08 +07:00
parent 66051912c5
commit ad272060f7

View File

@ -45,7 +45,7 @@ void Config::resetToDefaults()
generalEmulation.enableDitheringQuantization = 1;
generalEmulation.rdramImageDitheringMode = BufferDitheringMode::bdmBlueNoise;
generalEmulation.enableHWLighting = 0;
generalEmulation.enableCoverage = 1;
generalEmulation.enableCoverage = 0;
generalEmulation.enableCustomSettings = 1;
generalEmulation.enableShadersStorage = 1;
generalEmulation.enableLegacyBlending = 0;