Quote:
Originally Posted by Vengeanze
Disable everything except AA in the file.
|
Are we talking about about disabling everythng in the injFS_settings.h by marking // infront of everything??
Is there anywhere I should keep the # in order to benefit from the latest version compared to previous versions??
This section for example,
*------------------------------------------------------------------------------
PRE_SHARPEN
------------------------------------------------------------------------------*/
//For higher precision in the calculation of contour, requires slightly more processing power
bool highQualitySharpen = 1; //0 = Disable | 1 = Enable
// Set values to calculate the amount of AA produced blur to consider for the sharpening pass
#define Average 0.8
#define CoefBlur 2
// Set values of the sharpening amount
#define SharpenEdge 0.2
#define Sharpen_val0 1.2
Should I keep this activated?
Best regards