Remove simplified grain filter, it's too gpu-specific.

This commit is contained in:
Marisa the Magician 2023-11-03 10:54:32 +01:00
commit 921d347f26
6 changed files with 19 additions and 105 deletions

View file

@ -6,7 +6,6 @@ nosave float mfx_lsharpclamp = .05;
nosave float mfx_lsharpblend = 6.;
nosave bool mfx_ne = false;
nosave bool mfx_nc = true;
nosave float mfx_ni = .05;
nosave float mfx_ns = 0.;
nosave float mfx_nf = .05;