make "Voodoo5" default to D3D

This commit is contained in:
Chris Danford
2003-12-20 21:23:29 +00:00
parent e17e6cb413
commit e33b76ddd1
+9 -1
View File
@@ -396,13 +396,21 @@ struct VideoCardDefaults
} const g_VideoCardDefaults[] =
{
{
"Voodoo3|3dfx",
"Voodoo3",
"d3d,opengl",
640,480,
16,16,16,
256,
false // broken, causes black screen
},
{
"Voodoo5",
"d3d,opengl", // recevied 3 reports of open opengl crashing. -Chris
640,480,
32,32,32,
2048,
true // accelerated
},
{
"Radeon 7|Wonder 7500|ArcadeVGA", // Radeon 7xxx
"d3d,opengl", // movie texture performance is terrible in OpenGL, but fine in D3D.