I’ve downloaded CRT-geom.cg from the common repo.
Following instructions from http://emulation-general.wikia.com/wiki/CRT_Geom
To make it flat, just set cornersize (line 107) to something small, like 0.001 and cornersmooth (line 110) to something large, like 8000.0. Then, comment out (i.e., put two slashes in front of it, like this: // ) line 141, #define CURVATURE.
I’ve flattened it out. However, RetroArch is expecting .cgp files instead of .cg files, at least in RGUI.
I wanted to create one but was unsure whether to specify “linear” or “nearest” in the options?