Autostart with scanline shader

Hi,

Is there a way to have RetroArch start with the default scanline shader?

I have tried making a preset shader using scanline.cg (this way I can make RetroArch start with this preset), but it does not look as good as the scanline shader that can be selected using the keyboard keys N or M.

The scanline preset I have:

Default filter - linear Shader passes - 1 Shader - scanline.cg Filter - nearest Scale - 2x

Leave off the scale part and it should look better. You can also put video_shader="/path/to/scanline.cg" into your retroarch.cfg and it should start with it.

That worked, thanks hunterk.