mausimus / ShaderGlass

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

to use a saved profile in the command line parameters, must use quotation marks #101

Open ElusiveT opened 1 month ago

ElusiveT commented 1 month ago

maybe everybody else knows this but it took me a while to figure it out.

in order to load a custom profile on launch, you need to put the file in the install folder and the profile filename in quotes. it works fine. there's no actual issue with the software. i just got confused because the readme doesn't specify how to do it.

it works like this in command line: shaderglass.exe "profile 01.sgp"

that's all. submitting this issue in case it helps anyone else who got stuck here