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

Enable dithering quantization by default.

This commit is contained in:
Sergey Lipskiy 2020-04-02 14:42:18 +07:00
parent 5ff3ef9649
commit 219019a39b

View File

@ -40,7 +40,7 @@ void Config::resetToDefaults()
generalEmulation.enableLOD = 1;
generalEmulation.enableHiresNoiseDithering = 0;
generalEmulation.enableDitheringPattern = 0;
generalEmulation.enableDitheringQuantization = 0;
generalEmulation.enableDitheringQuantization = 1;
generalEmulation.rdramImageDitheringMode = BufferDitheringMode::bdmBlueNoise;
generalEmulation.enableHWLighting = 0;
generalEmulation.enableCustomSettings = 1;