From f8be9d4762e99431fa180f0f7a7258c4174199e9 Mon Sep 17 00:00:00 2001 From: Thad Ward Date: Sat, 3 Jul 2004 14:43:57 +0000 Subject: [PATCH] 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. --- stepmania/src/StepMania.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index e38a33ca20..d54bfe2c47 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -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!