From d2c4b0dc564a8fef76485b7cfd86899bd65f4638 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 3 Jul 2004 18:56:57 +0000 Subject: [PATCH] cleanup --- 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 d54bfe2c47..b54532dc53 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -460,6 +460,14 @@ struct VideoCardDefaults 256, 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", "opengl,d3d",// OpenGL is 50%+ faster than D3D w/ latest Intel drivers. -Chris @@ -505,14 +513,6 @@ 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!