Acidic
Acidic

Reputation: 6282

XNA 4.0 + DirectX 9?

I'm using XNA 4.0 and Visual Studio 2010 and when I create an XNA project and publish it, it doesn't work on a computer with DirectX 9.0c (no DX10/11).

As I understand it, the project is set to DX10 by default.

Is there any way to make a project DX9 compliant?
How can I create a new project that is DX9 compliant from the start?

Upvotes: 4

Views: 1111

Answers (1)

Blorgbeard
Blorgbeard

Reputation: 103437

You need to change the game profile from Hi-Def to Reach, in project properties.

http://blogs.msdn.com/b/shawnhar/archive/2010/03/12/reach-vs-hidef.aspx

Upvotes: 2

Related Questions