Keep old naive dither as an option.

This commit is contained in:
Marisa the Magician 2023-03-04 18:19:38 +01:00
commit e8b7b1c29f
10 changed files with 145 additions and 36 deletions

View file

@ -318,7 +318,9 @@ OptionMenu "MFXOptionsMenu"
Option "$MFX_PALNUM", "mfx_palnum", "MFXPalette"
MFXSlider "$MFX_PALSAT", "mfx_palsat", 0, 2, 0.01, 2
MFXSlider "$MFX_PALPOW", "mfx_palpow", 0, 2, 0.01, 2
Option "$MFX_PALNAIVE", "mfx_palnaive", "YesNo"
Option "$MFX_PALDITHER", "mfx_paldither", "MFXDither"
MFXSlider "$MFX_PALDEPTH", "mfx_paldepth", 1, 16, 1, 0
MFXSlider "$MFX_PALSPREAD", "mfx_palspread", 0, 1, 0.01, 2
SafeCommand "$MFX_RESET", "event resetmfxvars 7"
}