some dumb drivers just say "3dfx Voodoo Series", without saying
which card
This commit is contained in:
@@ -412,14 +412,6 @@ struct VideoCardDefaults
|
||||
bool bSmoothLines;
|
||||
} const g_VideoCardDefaults[] =
|
||||
{
|
||||
{
|
||||
"Voodoo *3",
|
||||
"d3d,opengl",
|
||||
640,480,
|
||||
16,16,16,
|
||||
256,
|
||||
false // broken, causes black screen
|
||||
},
|
||||
{
|
||||
"Voodoo *5",
|
||||
"d3d,opengl", // recevied 3 reports of open opengl crashing. -Chris
|
||||
@@ -428,6 +420,14 @@ struct VideoCardDefaults
|
||||
2048,
|
||||
true // accelerated
|
||||
},
|
||||
{
|
||||
"Voodoo", /* all other Voodoos: some drivers don't identify which one */
|
||||
"d3d,opengl",
|
||||
640,480,
|
||||
16,16,16,
|
||||
256,
|
||||
false // broken, causes black screen
|
||||
},
|
||||
{
|
||||
"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