The correct value is
Renderer=D3D_9
As long as I'm testing, I keep them both in the conf.ini, and comment one out like this:
Renderer=D3D9
;Renderer=D3D10_0
The semi-colon comments out a line, the one without the semi-colon is used by the game. That way, you can't forget the correct values if you want to revert afterwards.
|