From 9945af6bccb4acf66e498f8b702f683b970f3168 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 17 Jan 2004 23:17:08 +0000 Subject: [PATCH] some dumb drivers just say "3dfx Voodoo Series", without saying which card --- stepmania/src/StepMania.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index 307af56bc7..ddda9ea900 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -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.