dxwrapper icon indicating copy to clipboard operation
dxwrapper copied to clipboard

Colin McRae Rally 2.0

Open Fabxx opened this issue 3 years ago • 2 comments

The game uses dx7, i've tried the Ddraw compatibility stuff, but it doesn't load further screens on the display, even if the game doesn't crash

image

Fabxx avatar Oct 02 '20 09:10 Fabxx

Yeah, Colin McRae Rally both 1 and 2 require Direct3D. I have just started adding Direct3D support. None of the games that require Direct3D will work yet.

Edit: I do have a full Direct3D wrapper, but that just wraps the Direct3D APIs. I am working on converting all the APIs to Direct3D9, which should fix compatibly issues in many games. For this game specifically it requires SingleProcAffinity. It won't work without this option specified.

elishacloud avatar Oct 02 '20 23:10 elishacloud

ok, thanks

Fabxx avatar Oct 05 '20 05:10 Fabxx