PixelShaderGen: Turns out tev stage outputs are always clamped to at least -1024..1023. That makes 11 bit signed integer overflow emulation needless. Also, final tev output is a U8 so we do actually need overflow emulation for it. Removed debugging stuff since it's not necessary anymore.