make "Voodoo5" default to D3D
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user