hiho,
i am currently trying rFactor with WINE. the config programm wants dx9C - the current version with the last release version of wine is dx9B. where would i find this so i can fake a higher version? a naïve grep found nothing in my source.
Christoph Frick wrote:
i am currently trying rFactor with WINE. the config programm wants dx9C
- the current version with the last release version of wine is dx9B.
where would i find this so i can fake a higher version? a naïve grep found nothing in my source.
Have a look at the file:
wine/dlls/d3d9/version.rc
Mike
On 9/5/05, Mike McCormack mike@codeweavers.com wrote:
Christoph Frick wrote:
i am currently trying rFactor with WINE. the config programm wants dx9C
- the current version with the last release version of wine is dx9B.
where would i find this so i can fake a higher version? a naïve grep found nothing in my source.
Have a look at the file:
wine/dlls/d3d9/version.rc
Wouldn't it be best to set all DX dlls to version 9.0c and have our registry setting the same, so everything is kept in sync ?
Tom
Mike