mausimus / ShaderGlass

Overlay for running GPU shaders on top of Windows desktop
GNU General Public License v3.0
992 stars 37 forks source link

Changing parameter value back to default doesn't remove it from the .sgp file #96

Open ghoomfrog opened 1 month ago

ghoomfrog commented 1 month ago

Some parameters use a lot more GPU if they are present in the .sgp file. So, sometimes when I do some tweaking, I end up bringing them back to their default value, but this doesn't remove them from the file.

I was like "why the fuck is this shader that was light on my GPU a moment ago cooking my fan now?" It's annoying to go to the .sgp file every time I want to undefine a parameter. Thankfully I figured this bug out.

Please fix! 🙏