Next Generation Emulation banner
1 - 8 of 8 Posts

· Premium Member
Joined
·
8,437 Posts
Like proger said, your current version of DirectX is out of date. Go to the ms website to get the latest version. I have the feeling that you are using an older version of windows. Are you running Windows 2000 or later? If not, Cxbx is not supported on Millenium or older.
 

· Registered
Joined
·
38 Posts
Well, When you call CreateDevice, the 2nd parameter is the D3DDEVTYPE_, of which options there are:
HAL, (Hardware Abstraction Layer, Which is Hardware-accelerated),

REF, (REFerence Rasterizer, D3D's Software Renderer that will "make use of special CPU instructions whenever it can"), and

SW (Custom Software Renderer "A pluggable software device that has been registered with IDirect3D9::RegisterSoftwareDevice.")

So, really the best way to go is get a fairly recent Video card, and use HAL.

As for the REF being buggy, well, If you can trust the DirectX c++ documentation, it says "Unlike a software device, the reference rasterizer supports every Direct3D feature. Because these features are implemented for accuracy rather than speed and are implemented in software, the results are not very fast"
 
1 - 8 of 8 Posts
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top