This commit is contained in:
Glenn Maynard
2004-07-03 18:56:57 +00:00
parent f8be9d4762
commit d2c4b0dc56
+8 -8
View File
@@ -460,6 +460,14 @@ struct VideoCardDefaults
256, 256,
false false
}, },
{
"Mobility M3", // ATI Rage Mobility 128 (AKA "M3")
"d3d,opengl", // bad movie texture performance in opengl
640,480,
16,16,16,
1024,
false
},
{ {
"Intel.*82810|Intel.*82815", "Intel.*82810|Intel.*82815",
"opengl,d3d",// OpenGL is 50%+ faster than D3D w/ latest Intel drivers. -Chris "opengl,d3d",// OpenGL is 50%+ faster than D3D w/ latest Intel drivers. -Chris
@@ -505,14 +513,6 @@ struct VideoCardDefaults
2048, 2048,
true // Right now, they've got to have NVidia or ATi Cards anyway.. true // Right now, they've got to have NVidia or ATi Cards anyway..
}, },
{
"Mobility M3", // ATI Rage Mobility 128 (AKA "M3")
"d3d,opengl", // movietexture performance is horrid in opengl, but fine in d3d.
640,480,
16,16,16,
1024,
false
},
{ {
// Default graphics settings used for all cards that don't match above. // Default graphics settings used for all cards that don't match above.
// This must be the very last entry! // This must be the very last entry!