Crt-geom shader , how to change its settings?

hi members , i have been playing around with retroarch on my PS3 and cant figure out where the settings of crt-geom shader are

i want to change them to the below

LINEAR_PROCESSING ON OVERSAMPLE OFF USEGAUSSIAN ON DOTMASK OFF

any help is appreciated

linear processing, oversampling and usegaussian are all right at the top. linear processing is on by default, put two slashes (//) in front of #define OVERSAMPLE to disable it, remove the two slashes in front of #define USEGAUSSIAN to enable it, and then go all the way to the bottom and put two slashes in front of this line: mul_res *= dotMaskWeights; to disable the dotmask.

thanks hunter , changes made and no error messages so i think i got it right