Add ATI Rage Mobility 128 (aka "Mobility M3") to the defaults database,
defaulting to the d3d renderer, as movietexture performance under OpenGL is absolutely HORRID.
This commit is contained in:
@@ -505,6 +505,14 @@ struct VideoCardDefaults
|
||||
2048,
|
||||
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.
|
||||
// This must be the very last entry!
|
||||
|
||||
Reference in New Issue
Block a user