Add the ability to force Dual Source Blending in the configuration file.

this way everyone can check if their hardware support this feature in dx9
This commit is contained in:
Rodolfo Bogado
2013-08-11 18:48:31 -03:00
parent f217004499
commit f4000b6b42
3 changed files with 22 additions and 2 deletions

View File

@ -123,7 +123,8 @@ struct VideoConfig
bool bEnablePixelLighting;
bool bHackedBufferUpload;
bool bFastDepthCalc;
//for dx9-backend
bool bForceDualSourceBlend;
int iLog; // CONF_ bits
int iSaveTargetId; // TODO: Should be dropped